org.apache.camel
Class CamelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.CamelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyStoppedException, CamelExchangeException, FailedToCreateRouteException, FailedToStartRouteException, NoTypeConversionAvailableException, TypeConverterLoaderException

public class CamelException
extends Exception

Base class for all Camel checked exceptions typically thrown by a Processor

Version:
See Also:
Serialized Form

Constructor Summary
CamelException()
           
CamelException(String message)
           
CamelException(String message, Throwable cause)
           
CamelException(Throwable cause)
           
 
Method Summary
 
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

CamelException

public CamelException()

CamelException

public CamelException(String message)

CamelException

public CamelException(String message,
                      Throwable cause)

CamelException

public CamelException(Throwable cause)


Apache CAMEL