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, toStringMethods 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
-
EAuthException
-
-
Method Details
-
getBundleName
Returns the resource bundle name- Overrides:
getBundleNamein classEBaseException- Returns:
- resource bundle name.
-