Package org.apache.camel
Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.apache.camel.NoSuchPropertyException
- All Implemented Interfaces:
Serializable
An exception caused when a mandatory property is not available on a message
Exchange
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchPropertyException
(Exchange exchange, String propertyName) NoSuchPropertyException
(Exchange exchange, String propertyName, Class<?> type) -
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
-
Constructor Details
-
NoSuchPropertyException
-
NoSuchPropertyException
-
-
Method Details
-
getPropertyName
-
getType
-
reason
-