org.apache.camel.processor.binding
Class BindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.apache.camel.processor.binding.BindingException
- All Implemented Interfaces:
- Serializable
public class BindingException
- extends CamelExchangeException
An exception if a binding is not possible, such as binding to json or xml cannot be done.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BindingException
public BindingException(String message,
Exchange exchange)
Apache Camel