* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade * [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java * [JAVA-1657] Upgraded JUnit Jupiter version * [JAVA-1657] Get JUnit 4 dependency transitively
Core Java Exceptions 2
This module contains articles about core java exceptions
Relevant Articles:
- Is It a Bad Practice to Catch Throwable?
 - Wrapping vs Rethrowing Exceptions in Java
 - java.net.UnknownHostException: Invalid Hostname for Server
 - How to Handle Java SocketException
 - Java Suppressed Exceptions
 - Java – Try with Resources
 - Java Global Exception Handler
 - How to Find an Exception’s Root Cause in Java