Class XmlSignatureInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.component.xmlsecurity.api.XmlSignatureException
org.apache.camel.component.xmlsecurity.api.XmlSignatureInvalidException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlSignatureInvalidContentHashException
,XmlSignatureInvalidValueException
This exception is thrown if XML signature verification fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlSignatureInvalidException
(String message) XmlSignatureInvalidException
(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
-
XmlSignatureInvalidException
-
XmlSignatureInvalidException
-