Class NoJsonHeaderValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.camel.CamelException
-
- org.apache.camel.CamelExchangeException
-
- org.apache.camel.ValidationException
-
- org.apache.camel.component.jsonvalidator.NoJsonHeaderValidationException
-
- All Implemented Interfaces:
Serializable
public class NoJsonHeaderValidationException extends org.apache.camel.ValidationException
An exception found if no JSON body is available on the inbound message- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoJsonHeaderValidationException(org.apache.camel.Exchange exchange, String header)
NoJsonHeaderValidationException(org.apache.camel.Exchange exchange, String header, Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.camel.CamelExchangeException
createExceptionMessage, getExchange
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-