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.


Constructor Index

 o GeneralNamesException()
Constructs a GeneralNamesException with no detail message.
 o GeneralNamesException(String)
Constructs the exception with the specified error message.

Constructors

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

 o 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