|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExceptionHandler
Exception handler can catch errors that occur on queries or during database access. The exception handler has the option of re-throwing the exception,throwing a different exception or re-trying the query or database operation.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.lang.Object handleException(java.lang.RuntimeException exception)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||