Class DERDecodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.DERDecodingException
All Implemented Interfaces:
Serializable

public class DERDecodingException extends Exception
This Exception is thrown if decoding of ASN.1 (DER) data fails.
See Also:
  • Constructor Details

    • DERDecodingException

      public DERDecodingException(String message)
      Constructor DERDecodingException
      Parameters:
      message - the message to display when this exception is thrown
    • DERDecodingException

      public DERDecodingException(String message, Throwable cause)
      Constructor DERDecodingException
      Parameters:
      message - the message to display when this exception is thrown
      cause - the cause of this exception