org.apache.camel.spring.spi
Class TransactedRuntimeCamelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by org.apache.camel.spring.spi.TransactedRuntimeCamelException
All Implemented Interfaces:
Serializable

public class TransactedRuntimeCamelException
extends RuntimeCamelException

Version:
$Revision: 765920 $
See Also:
Serialized Form

Constructor Summary
TransactedRuntimeCamelException()
           
TransactedRuntimeCamelException(String message)
           
TransactedRuntimeCamelException(String message, Throwable cause)
           
TransactedRuntimeCamelException(Throwable cause)
           
TransactedRuntimeCamelException(Throwable cause, boolean handled)
           
 
Method Summary
 boolean isHandled()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactedRuntimeCamelException

public TransactedRuntimeCamelException()

TransactedRuntimeCamelException

public TransactedRuntimeCamelException(String message)

TransactedRuntimeCamelException

public TransactedRuntimeCamelException(String message,
                                       Throwable cause)

TransactedRuntimeCamelException

public TransactedRuntimeCamelException(Throwable cause)

TransactedRuntimeCamelException

public TransactedRuntimeCamelException(Throwable cause,
                                       boolean handled)
Method Detail

isHandled

public boolean isHandled()


Apache CAMEL