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 runtimeURI,
Throwable throwable,
Object currentEvent)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Object |
getCurrentEvent()
Returns the current event, when available.
|
String |
getRuntimeURI()
Returns the runtime URI.
|
Throwable |
getThrowable()
Returns the exception.
|
public String getRuntimeURI()
public Throwable getThrowable()
public Object getCurrentEvent()
Copyright © 2005–2018. All rights reserved.