org.apache.camel
Class RuntimeCamelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExpectedBodyTypeException, ExpressionEvaluationException, ExpressionIllegalSyntaxException, FailedToCreateConsumerException, FailedToCreateProducerException, GenericFileOperationFailedException, NoMessageIdException, NoSuchBeanException, NoSuchEndpointException, NoSuchLanguageException, ProxyInstantiationException, ResolveEndpointFailedException, RuntimeExchangeException, RuntimeExpressionException, RuntimeTransformException

public class RuntimeCamelException
extends RuntimeException

Base class for all Camel unchecked exceptions.

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

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

RuntimeCamelException

public RuntimeCamelException()

RuntimeCamelException

public RuntimeCamelException(String message)

RuntimeCamelException

public RuntimeCamelException(String message,
                             Throwable cause)

RuntimeCamelException

public RuntimeCamelException(Throwable cause)


Apache CAMEL