Class XmlSignatureInvalidValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.component.xmlsecurity.api.XmlSignatureException
org.apache.camel.component.xmlsecurity.api.XmlSignatureInvalidException
org.apache.camel.component.xmlsecurity.api.XmlSignatureInvalidValueException
- All Implemented Interfaces:
 Serializable
This exception is thrown if the verification of an XML signature fails because the signature value is invalid.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionXmlSignatureInvalidValueException(String message) XmlSignatureInvalidValueException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
XmlSignatureInvalidValueException
 - 
XmlSignatureInvalidValueException
 
 -