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.
- Author:
- Christian Geuer-Pollmann
- See Also:
-
Field Summary
Fields inherited from class XMLSecurityException
msgID, originalException -
Constructor Summary
ConstructorsConstructorDescriptionConstructor InvalidDigestValueExceptionInvalidDigestValueException(String _msgID) Constructor InvalidDigestValueExceptionInvalidDigestValueException(String _msgID, Exception _originalException) Constructor InvalidDigestValueExceptionInvalidDigestValueException(String _msgID, Object[] exArgs) Constructor InvalidDigestValueExceptionInvalidDigestValueException(String _msgID, Object[] exArgs, Exception _originalException) Constructor InvalidDigestValueException -
Method Summary
Methods inherited from class XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
InvalidDigestValueException
public InvalidDigestValueException()Constructor InvalidDigestValueException -
InvalidDigestValueException
Constructor InvalidDigestValueException- Parameters:
_msgID-
-
InvalidDigestValueException
-
InvalidDigestValueException
-
InvalidDigestValueException
-