Uses of Interface
org.eclipse.persistence.exceptions.ExceptionHandler
-
Packages that use ExceptionHandler Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions org.eclipse.persistence.transaction -
-
Uses of ExceptionHandler in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as ExceptionHandler Modifier and Type Field Description protected ExceptionHandlerAbstractSession. exceptionHandlerExceptionHandler handles database exceptions.Methods in org.eclipse.persistence.internal.sessions that return ExceptionHandler Modifier and Type Method Description ExceptionHandlerAbstractSession. getExceptionHandler()PUBLIC: Return the ExceptionHandler.Exception handler can catch errors that occur on queries or during database access.Methods in org.eclipse.persistence.internal.sessions with parameters of type ExceptionHandler Modifier and Type Method Description voidAbstractSession. setExceptionHandler(ExceptionHandler exceptionHandler)PUBLIC: Set the exceptionHandler. -
Uses of ExceptionHandler in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return ExceptionHandler Modifier and Type Method Description ExceptionHandlerExternalTransactionController. getExceptionHandler()Return the exception handler used to handle or wrap exceptions thrown in before/after completion.ExceptionHandlerSession. getExceptionHandler()PUBLIC: Return the ExceptionHandler.Exception handler can catch errors that occur on queries or during database access.Methods in org.eclipse.persistence.sessions with parameters of type ExceptionHandler Modifier and Type Method Description voidExternalTransactionController. setExceptionHandler(ExceptionHandler exceptionHandler)Set an exception handler to handle or wrap exceptions thrown in before/after completion.voidSession. setExceptionHandler(ExceptionHandler exceptionHandler)PUBLIC: Set the exceptionHandler. -
Uses of ExceptionHandler in org.eclipse.persistence.transaction
Fields in org.eclipse.persistence.transaction declared as ExceptionHandler Modifier and Type Field Description protected ExceptionHandlerAbstractTransactionController. exceptionHandlerAllow exception in before/after completion to be wrapped.Methods in org.eclipse.persistence.transaction that return ExceptionHandler Modifier and Type Method Description ExceptionHandlerAbstractTransactionController. getExceptionHandler()Return the exception handler used to handle or wrap exceptions thrown in before/after completion.Methods in org.eclipse.persistence.transaction with parameters of type ExceptionHandler Modifier and Type Method Description voidAbstractTransactionController. setExceptionHandler(ExceptionHandler exceptionHandler)Set an exception handler to handle or wrap exceptions thrown in before/after completion.
-