Class InvalidDigestValueException
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.InvalidDigestValueException
- All Implemented Interfaces:
Serializable
Raised when the computed hash value doesn't match the given DigestValue.
Additional human readable info is passed to the constructor -- this being the benefit
of raising an exception or returning a value.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor InvalidDigestValueExceptionInvalidDigestValueException
(Exception originalException, String msgID) Constructor InvalidDigestValueExceptionInvalidDigestValueException
(Exception originalException, String msgID, Object[] exArgs) Constructor InvalidDigestValueExceptionConstructor InvalidDigestValueExceptionInvalidDigestValueException
(String msgID, Exception originalException) Deprecated.InvalidDigestValueException
(String msgID, Object[] exArgs) Constructor InvalidDigestValueExceptionInvalidDigestValueException
(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
-
InvalidDigestValueException
public InvalidDigestValueException()Constructor InvalidDigestValueException -
InvalidDigestValueException
Constructor InvalidDigestValueException- Parameters:
msgID
-
-
InvalidDigestValueException
Constructor InvalidDigestValueException- Parameters:
msgID
-exArgs
-
-
InvalidDigestValueException
Constructor InvalidDigestValueException- Parameters:
originalException
-msgID
-
-
InvalidDigestValueException
Deprecated. -
InvalidDigestValueException
Constructor InvalidDigestValueException- Parameters:
originalException
-msgID
-exArgs
-
-
InvalidDigestValueException
@Deprecated public InvalidDigestValueException(String msgID, Object[] exArgs, Exception originalException) Deprecated.
-