All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netscape.certsrv.authentication.EAuthException

com.netscape.certsrv.base.EBaseException
   |
   +----com.netscape.certsrv.authentication.EAuthException

public class EAuthException
extends EBaseException
This class represents authentication exceptions.

See Also:
EBaseException, AuthResources

Variable Index

 o mParams
 o RESOURCES

Constructor Index

 o EAuthException(String)
Constructs a auth exception

 o EAuthException(String, Exception)
Constructs a auth exception with a exception parameter.
 o EAuthException(String, Object[])
Constructs a auth exception with a list of parameters.
 o EAuthException(String, String)
Constructs a auth exception with a parameter.

Method Index

 o getBundleName()
Returns the resource bundle name

Variables

 o RESOURCES
 public static final String RESOURCES
 o mParams
 public Object mParams[]

Constructors

 o EAuthException
 public EAuthException(String msgFormat)
Constructs a auth exception

Parameters:
msgFormat - exception details
 o EAuthException
 public EAuthException(String msgFormat,
                       String param)
Constructs a auth exception with a parameter.

Parameters:
msgFormat - exception details in message string format
param - message string parameter
 o EAuthException
 public EAuthException(String msgFormat,
                       Exception param)
Constructs a auth exception with a exception parameter.

Parameters:
msgFormat - exception details in message string format
exception - system exception
 o EAuthException
 public EAuthException(String msgFormat,
                       Object params[])
Constructs a auth exception with a list of parameters.

Parameters:
msgFormat - the message format.
params - list of message format parameters

Methods

 o getBundleName
 protected String getBundleName()
Returns the resource bundle name

Overrides:
getBundleName in class EBaseException

All Packages  Class Hierarchy  This Package  Previous  Next  Index