Handling Exceptions in Enterprise Java Applications
One of the most common reasons for software defects is poor exception handling. The more complex the Java application, the more difficult it can be to track down the root cause of a bug. An exception at the service or database layer may manifest itself as unpredictable behavior at the …