5ad558c800
* BAEL-4154 IOException Too many open files * Add comment to explain GC dependency Co-authored-by: Carlos Grappa <carlos.grappa@mercadolibre.com> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
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