Uses of Interface
org.eclipse.persistence.exceptions.ExceptionHandler
Packages that use ExceptionHandler
Package
Description
-
Uses of ExceptionHandler in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as ExceptionHandlerModifier and TypeFieldDescriptionprotected ExceptionHandler
AbstractSession.exceptionHandler
ExceptionHandler handles database exceptions.Methods in org.eclipse.persistence.internal.sessions that return ExceptionHandlerModifier and TypeMethodDescriptionAbstractSession.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 ExceptionHandlerModifier and TypeMethodDescriptionvoid
AbstractSession.setExceptionHandler
(ExceptionHandler exceptionHandler) PUBLIC: Set the exceptionHandler. -
Uses of ExceptionHandler in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return ExceptionHandlerModifier and TypeMethodDescriptionExternalTransactionController.getExceptionHandler()
Return the exception handler used to handle or wrap exceptions thrown in before/after completion.Session.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 ExceptionHandlerModifier and TypeMethodDescriptionvoid
ExternalTransactionController.setExceptionHandler
(ExceptionHandler exceptionHandler) Set an exception handler to handle or wrap exceptions thrown in before/after completion.void
Session.setExceptionHandler
(ExceptionHandler exceptionHandler) PUBLIC: Set the exceptionHandler. -
Uses of ExceptionHandler in org.eclipse.persistence.transaction
Fields in org.eclipse.persistence.transaction declared as ExceptionHandlerModifier and TypeFieldDescriptionprotected ExceptionHandler
AbstractTransactionController.exceptionHandler
Allow exception in before/after completion to be wrapped.Methods in org.eclipse.persistence.transaction that return ExceptionHandlerModifier and TypeMethodDescriptionAbstractTransactionController.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 ExceptionHandlerModifier and TypeMethodDescriptionvoid
AbstractTransactionController.setExceptionHandler
(ExceptionHandler exceptionHandler) Set an exception handler to handle or wrap exceptions thrown in before/after completion.