Class AsnEncodingException

  • All Implemented Interfaces:
    Serializable

    public class AsnEncodingException
    extends Exception
    The AsnEncodingException is generated whenever an error occurs in ASN.1 encoding of data types. The errors are generally buffer overflow errors.
    Author:
    Brian Weaver
    See Also:
    Serialized Form
    • Constructor Detail

      • AsnEncodingException

        public AsnEncodingException()
        The default exception constructor
      • AsnEncodingException

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