All Packages Class Hierarchy This Package Previous Next Index
Class netscape.security.x509.GeneralNamesException
netscape.security.x509.GeneralNamesException
- public class GeneralNamesException
Generic General Names Exception.
-
GeneralNamesException()
- Constructs a GeneralNamesException with no detail message.
-
GeneralNamesException(String)
- Constructs the exception with the specified error message.
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.
All Packages Class Hierarchy This Package Previous Next Index