public interface ExceptionHandler
Modifier and Type | Method and Description |
---|---|
Object |
handleException(RuntimeException exception)
To re-throwing the exception,throwing a different
exception or re-trying the query or database operation.
|
Object handleException(RuntimeException exception)
Copyright © 2022. All rights reserved.