Recovery Strategies

When operations fail, throwing an exception, use the guidelines provided in Diagnosing Exceptions in the Java Library to attempt to diagnose the seriousness of the problem. In such situations, you should try to avoid attempting the operation repeatedly, deleting the connection, and recreating objects.