org.apache.camel.processor.interceptor
Class ExceptionEvent
java.lang.Object
org.apache.camel.processor.interceptor.ExceptionEvent
Deprecated. will be removed in Camel 2.0
public class ExceptionEvent
- extends Object
Represents an exception that occurred when processing an exchange
- Version:
- $Revision: 14069 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionEvent
public ExceptionEvent(DebugInterceptor interceptor,
Exchange exchange,
Throwable exception)
- Deprecated.
getException
public Throwable getException()
- Deprecated.
getExchange
public Exchange getExchange()
- Deprecated.
getInterceptor
public DebugInterceptor getInterceptor()
- Deprecated.
Apache CAMEL