See: Description
Interface | Description |
---|---|
ExceptionHandler |
Interface for an exception handler.
|
ExceptionHandlerFactory |
Factory for exception handler instance(s).
|
ExceptionHandlerInboundPool |
Extends the
ExceptionHandler with a method to, for the inbound-pool threading configuration,
handle exceptions that are not associated to a specific statement i.e. |
Class | Description |
---|---|
ExceptionHandlerContext |
Context provided to
ExceptionHandler implementations providing
exception-contextual information as well as the exception itself. |
ExceptionHandlerContextUnassociated |
Context provided to
ExceptionHandler implementations providing
exception-contextual information as well as the exception itself,
for use with inbound pools and for exceptions unassociated to statements when using inbound pools. |
ExceptionHandlerFactoryContext |
Context provided to
ExceptionHandlerFactory implementations providing
runtime contextual information. |
Enum | Description |
---|---|
ExceptionHandlerExceptionType |
Indicates the phase during which and exception was encountered.
|
Callbacks for exception handling.
Copyright © 2005–2018. All rights reserved.