org.apache.camel.processor.interceptor
Class ExceptionEvent
java.lang.Object
org.apache.camel.processor.interceptor.ExceptionEvent
public class ExceptionEvent
- extends Object
Represents an exception that occurred when processing an exchange
- Version:
- $Revision: 43862 $
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)
getException
public Throwable getException()
getExchange
public Exchange getExchange()
getInterceptor
public DebugInterceptor getInterceptor()
Copyright © 2009 IONA Open Source Community. All Rights Reserved.