org.apache.camel
Class RuntimeTransformException

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.RuntimeTransformException
All Implemented Interfaces:
Serializable

public class RuntimeTransformException
extends RuntimeCamelException

Thrown if a message transformation fails

Version:
See Also:
Serialized Form

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

RuntimeTransformException

public RuntimeTransformException(String message)

RuntimeTransformException

public RuntimeTransformException(String message,
                                 Throwable cause)

RuntimeTransformException

public RuntimeTransformException(Throwable cause)


Apache CAMEL