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