public interface ExceptionHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
handleException(java.lang.RuntimeException exception)
To re-throwing the exception,throwing a different
exception or re-trying the query or database operation.
|