Class GeneralNamesException

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

public class GeneralNamesException extends GeneralSecurityException
Generic General Names Exception.
Version:
1.4
See Also:
  • Field Details

  • Constructor Details

    • GeneralNamesException

      public GeneralNamesException()
      Constructs a GeneralNamesException with no detail message.
    • GeneralNamesException

      public GeneralNamesException(String message)
      Constructs the exception with the specified error message.
      Parameters:
      message - the requisite error message.
    • GeneralNamesException

      public GeneralNamesException(String mesg, Throwable cause)
      Constructs the exception with the specified error message and cause.
      Parameters:
      mesg - the requisite error message.
      cause - the requisite cause of this error.
    • GeneralNamesException

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