Class ASN1Exception

    • Constructor Summary

      Constructors 
      Constructor Description
      ASN1Exception​(java.lang.String message)
      Creates a new ASN.1 exception with the provided message.
      ASN1Exception​(java.lang.String message, java.lang.Throwable cause)
      Creates a new ASN.1 exception with the provided message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ASN1Exception

        public ASN1Exception​(java.lang.String message)
        Creates a new ASN.1 exception with the provided message.
        Parameters:
        message - A message explaining the problem that occurred.
      • ASN1Exception

        public ASN1Exception​(java.lang.String message,
                             java.lang.Throwable cause)
        Creates a new ASN.1 exception with the provided message and cause.
        Parameters:
        message - A message explaining the problem that occurred.
        cause - The underlying cause for this exception.