Class AsnEncodingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AsnEncodingException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AsnEncodingException

        public AsnEncodingException()
        The default exception constructor
      • AsnEncodingException

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