Class EAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.authentication.EAuthException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EAuthInternalError
,EAuthMgrNotFound
,EAuthMgrPluginNotFound
,EAuthUserError
,ECompSyntaxErr
,EFormSubjectDN
,EInvalidCredentials
,EMissingCredential
This class represents authentication exceptions.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionEAuthException
(String msgFormat) Constructs an authentication exceptionEAuthException
(String msgFormat, Exception exception) Constructs a auth exception with a exception parameter.EAuthException
(String msgFormat, Object[] params) Constructs a auth exception with a list of parameters. -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EAuthException
Constructs an authentication exception- Parameters:
msgFormat
- exception details
-
EAuthException
Constructs a auth exception with a exception parameter.- Parameters:
msgFormat
- exception details in message string formatexception
- system exception
-
EAuthException
Constructs a auth exception with a list of parameters.- Parameters:
msgFormat
- the message format.params
- list of message format parameters
-
-
Method Details
-
getBundleName
Returns the resource bundle name- Overrides:
getBundleName
in classEBaseException
- Returns:
- resource bundle name.
-