Class EAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.certsrv.base.EBaseException
-
- com.netscape.certsrv.authentication.EAuthException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EAuthInternalError
,EAuthMgrNotFound
,EAuthMgrPluginNotFound
,EAuthUserError
,ECompSyntaxErr
,EFormSubjectDN
,EInvalidCredentials
,EMissingCredential
public class EAuthException extends EBaseException
This class represents authentication exceptions.- Version:
- $Revision$, $Date$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description EAuthException(java.lang.String msgFormat)
Constructs an authentication exceptionEAuthException(java.lang.String msgFormat, java.lang.Exception exception)
Constructs a auth exception with a exception parameter.EAuthException(java.lang.String msgFormat, java.lang.Object[] params)
Constructs a auth exception with a list of parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getBundleName()
Returns the resource bundle name-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
-
-
-
-
Constructor Detail
-
EAuthException
public EAuthException(java.lang.String msgFormat)
Constructs an authentication exception- Parameters:
msgFormat
- exception details
-
EAuthException
public EAuthException(java.lang.String msgFormat, java.lang.Exception exception)
Constructs a auth exception with a exception parameter.- Parameters:
msgFormat
- exception details in message string formatexception
- system exception
-
EAuthException
public EAuthException(java.lang.String msgFormat, java.lang.Object[] params)
Constructs a auth exception with a list of parameters.- Parameters:
msgFormat
- the message format.params
- list of message format parameters
-
-
Method Detail
-
getBundleName
protected java.lang.String getBundleName()
Returns the resource bundle name- Overrides:
getBundleName
in classEBaseException
- Returns:
- resource bundle name.
-
-