org.apache.camel.processor.interceptor
Class ExceptionEvent

java.lang.Object
  extended by org.apache.camel.processor.interceptor.ExceptionEvent

public class ExceptionEvent
extends Object

Represents an exception that occurred when processing an exchange

Version:
$Revision: 43862 $

Constructor Summary
ExceptionEvent(DebugInterceptor interceptor, Exchange exchange, Throwable exception)
           
 
Method Summary
 Throwable getException()
           
 Exchange getExchange()
           
 DebugInterceptor getInterceptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionEvent

public ExceptionEvent(DebugInterceptor interceptor,
                      Exchange exchange,
                      Throwable exception)
Method Detail

getException

public Throwable getException()

getExchange

public Exchange getExchange()

getInterceptor

public DebugInterceptor getInterceptor()


Copyright © 2008 IONA Open Source Community. All Rights Reserved.