Class AsnDecodingException

  • All Implemented Interfaces:
    Serializable

    public class AsnDecodingException
    extends Exception
    The AsnDecodingException is generated whenever an error occurs in ASN.1 decoding of data types. The errors are generally buffer underflow errors (insufficent data). Other errors include malformed ASN.1 Types.
    Author:
    Brian Weaver
    See Also:
    Serialized Form
    • Constructor Detail

      • AsnDecodingException

        public AsnDecodingException()
        The default exception constructor
      • AsnDecodingException

        public AsnDecodingException​(String why)
        The exception constructor
        Parameters:
        why - The reason the exception is being raised