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
-
mParams
-
-
RESOURCES
-
-
EAuthException(String)
- Constructs a auth exception
-
EAuthException(String, Exception)
- Constructs a auth exception with a exception parameter.
-
EAuthException(String, Object[])
- Constructs a auth exception with a list of parameters.
-
EAuthException(String, String)
- Constructs a auth exception with a parameter.
-
getBundleName()
- Returns the resource bundle name
RESOURCES
public static final String RESOURCES
mParams
public Object mParams[]
EAuthException
public EAuthException(String msgFormat)
- Constructs a auth exception
- Parameters:
- msgFormat - exception details
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
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
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
getBundleName
protected String getBundleName()
- Returns the resource bundle name
- Overrides:
- getBundleName in class EBaseException
All Packages Class Hierarchy This Package Previous Next Index