* Article: Quick and practical example of hexagonal architecture in java with Spring Project * Removed server.port property from application.properties * BAEL-3397: Difference between throw e and throw new Exception(e) in java * BAEL-3397 : Removed links from readme file * BAEL-3397: removed hexagonal module from the code * BAEL-3397: renamed exceptions package name to rethrow * BAEL-3397: Added next link in core-java-exceptions module and linked core-java-exceptions-2 module
		
			
				
	
	
	
		
			1.4 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.4 KiB
		
	
	
	
	
	
	
	
Core Java Exceptions
This module contains articles about core java exceptions
Relevant articles:
- Chained Exceptions in Java
 - ClassNotFoundException vs NoClassDefFoundError
 - Create a Custom Exception in Java
 - Exception Handling in Java
 - Differences Between Final, Finally and Finalize in Java
 - Difference Between Throw and Throws in Java
 - “Sneaky Throws” in Java
 - The StackOverflowError in Java
 - Checked and Unchecked Exceptions in Java
 - Java – Try with Resources
 - Java Global Exception Handler
 - Common Java Exceptions
 - How to Find an Exception’s Root Cause in Java
 - Is It a Bad Practice to Catch Throwable?
 - [Next -->]