Class InvalidDigestValueException

  • All Implemented Interfaces:
    Serializable

    public class InvalidDigestValueException
    extends XMLSignatureException
    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:
    Serialized Form
    • Constructor Detail

      • InvalidDigestValueException

        public InvalidDigestValueException()
        Constructor InvalidDigestValueException
      • InvalidDigestValueException

        public InvalidDigestValueException​(String msgID)
        Constructor InvalidDigestValueException
        Parameters:
        msgID -
      • InvalidDigestValueException

        public InvalidDigestValueException​(String msgID,
                                           Object[] exArgs)
        Constructor InvalidDigestValueException
        Parameters:
        msgID -
        exArgs -
      • InvalidDigestValueException

        public InvalidDigestValueException​(Exception originalException,
                                           String msgID)
        Constructor InvalidDigestValueException
        Parameters:
        originalException -
        msgID -
      • InvalidDigestValueException

        @Deprecated
        public InvalidDigestValueException​(String msgID,
                                           Exception originalException)
        Deprecated.
      • InvalidDigestValueException

        public InvalidDigestValueException​(Exception originalException,
                                           String msgID,
                                           Object[] exArgs)
        Constructor InvalidDigestValueException
        Parameters:
        originalException -
        msgID -
        exArgs -