| Package | Description |
|---|---|
| oracle.toplink.essentials.internal.sessions | |
| oracle.toplink.essentials.sessions |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionHandler |
AbstractSession.exceptionHandler
ExceptionHandler handles database exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
AbstractSession.getExceptionHandler()
PUBLIC:
Return the ExceptionHandler.Exception handler can catch errors that occur on queries or during database access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSession.setExceptionHandler(ExceptionHandler exceptionHandler)
PUBLIC:
Set the exceptionHandler.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
Session.getExceptionHandler()
PUBLIC:
Return the ExceptionHandler.Exception handler can catch errors that occur on queries or during database access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setExceptionHandler(ExceptionHandler exceptionHandler)
PUBLIC:
Set the exceptionHandler.
|
Copyright © 2023. All rights reserved.