org.apache.camel
Class RuntimeCamelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExpectedBodyTypeException, ExpressionEvaluationException, FailedToCreateProducerException, IllegalSyntaxException, InvalidHeaderTypeException, NoMessageIdException, NoSuchBeanException, NoSuchEndpointException, NoSuchLanguageException, NoTypeConversionAvailableException, ResolveEndpointFailedException, RuntimeExchangeException, RuntimeExpressionException, RuntimeTransformException
public class RuntimeCamelException
- extends RuntimeException
Base class for all Camel unchecked exceptions.
- Version:
- $Revision: 659422 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeCamelException
public RuntimeCamelException()
RuntimeCamelException
public RuntimeCamelException(String message)
RuntimeCamelException
public RuntimeCamelException(String message,
Throwable cause)
RuntimeCamelException
public RuntimeCamelException(Throwable cause)
Apache CAMEL