Class X509ExtensionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.mozilla.jss.netscape.security.x509.X509ExtensionException
All Implemented Interfaces:
Serializable

public class X509ExtensionException extends GeneralSecurityException
X.509 Extension Exception.
See Also:
  • Field Details

  • Constructor Details

    • X509ExtensionException

      public X509ExtensionException()
      Constructs an X509ExtensionException with no detail message. A detail message is a String that describes this particular exception.
    • X509ExtensionException

      public X509ExtensionException(String mesg)
      Constructs the exception with the specified detail message. A detail message is a String that describes this particular exception.
      Parameters:
      mesg - the detail message.
    • X509ExtensionException

      public X509ExtensionException(String mesg, Throwable cause)
      Constructs the exception with the specified detail message and cause of this exception. A detail message is a String that describes this particular exception.
      Parameters:
      mesg - the detail message.
      cause - the cause of this exception.
    • X509ExtensionException

      public X509ExtensionException(Throwable cause)
      Constructs the exception with the specified cause of this exception.
      Parameters:
      cause - the cause of this exception.