diff --git a/content/roadmaps/110-java/content/100-java-fundamentals/108-exception-handling.md b/content/roadmaps/110-java/content/100-java-fundamentals/108-exception-handling.md
index d8e7f3d3c..b79a9e2df 100644
--- a/content/roadmaps/110-java/content/100-java-fundamentals/108-exception-handling.md
+++ b/content/roadmaps/110-java/content/100-java-fundamentals/108-exception-handling.md
@@ -1 +1,7 @@
-# Exception handling
\ No newline at end of file
+# Exception Handling
+
+Exception Handling in Java is one of the effective means to handle the runtime errors so that the regular flow of the application can be preserved. Java Exception Handling is a mechanism to handle runtime errors such as ClassNotFoundException, IOException, SQLException, RemoteException, etc.
+
+Free Content
+Exception Handling - G4G
+Understanding Java Exceptions