public class ExceptionHandlerContextUnassociated
extends java.lang.Object
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.Constructor and Description |
---|
ExceptionHandlerContextUnassociated(java.lang.String engineURI,
java.lang.Throwable throwable,
java.lang.Object currentEvent)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCurrentEvent()
Returns the current event, when available.
|
java.lang.String |
getEngineURI()
Returns the engine URI.
|
java.lang.Throwable |
getThrowable()
Returns the exception.
|
public ExceptionHandlerContextUnassociated(java.lang.String engineURI, java.lang.Throwable throwable, java.lang.Object currentEvent)
engineURI
- engine URIthrowable
- exceptioncurrentEvent
- the event when applicablepublic java.lang.String getEngineURI()
public java.lang.Throwable getThrowable()
public java.lang.Object getCurrentEvent()