Class DERDecodingException

  • All Implemented Interfaces:
    Serializable

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

      • 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