org.apache.camel
Class RuntimeTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.RuntimeTransformException
- All Implemented Interfaces:
- Serializable
public class RuntimeTransformException
- extends RuntimeCamelException
Thrown if a message transformation fails
- Version:
- $Revision: 630591 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeTransformException
public RuntimeTransformException(String message)
RuntimeTransformException
public RuntimeTransformException(String message,
Throwable cause)
RuntimeTransformException
public RuntimeTransformException(Throwable cause)
Apache CAMEL