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
public class XmlSignatureInvalidValueException extends XmlSignatureInvalidException
This exception is thrown if the verification of an XML signature fails because the signature value is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlSignatureInvalidValueException(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
-
-