Class InvalidSignatureValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.signature.XMLSignatureException
org.apache.xml.security.signature.InvalidSignatureValueException
- All Implemented Interfaces:
Serializable
Raised if testing the signature value over DigestValue fails because of invalid signature.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor InvalidSignatureValueExceptionInvalidSignatureValueException
(Exception originalException, String msgID) Constructor InvalidSignatureValueExceptionInvalidSignatureValueException
(Exception originalException, String msgID, Object[] exArgs) Constructor InvalidSignatureValueExceptionConstructor InvalidSignatureValueExceptionInvalidSignatureValueException
(String msgID, Exception originalException) Deprecated.InvalidSignatureValueException
(String msgID, Object[] exArgs) Constructor InvalidSignatureValueExceptionInvalidSignatureValueException
(String msgID, Object[] exArgs, Exception originalException) Deprecated. -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvalidSignatureValueException
public InvalidSignatureValueException()Constructor InvalidSignatureValueException -
InvalidSignatureValueException
Constructor InvalidSignatureValueException- Parameters:
msgID
-
-
InvalidSignatureValueException
Constructor InvalidSignatureValueException- Parameters:
msgID
-exArgs
-
-
InvalidSignatureValueException
Constructor InvalidSignatureValueException- Parameters:
originalException
-msgID
-
-
InvalidSignatureValueException
Deprecated. -
InvalidSignatureValueException
Constructor InvalidSignatureValueException- Parameters:
originalException
-msgID
-exArgs
-
-
InvalidSignatureValueException
@Deprecated public InvalidSignatureValueException(String msgID, Object[] exArgs, Exception originalException) Deprecated.
-