Package com.netscape.certsrv.password
Class EPasswordCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.password.EPasswordCheckException
- All Implemented Interfaces:
Serializable
A class represents a password checker exception.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionEPasswordCheckException
(String msgFormat) Constructs a password checker exceptionEPasswordCheckException
(String msgFormat, Exception exception) Constructs a password checker exception.EPasswordCheckException
(String msgFormat, Object[] params) Constructs a password checker exception. -
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
-
EPasswordCheckException
Constructs a password checker exception- Parameters:
msgFormat
- exception details
-
EPasswordCheckException
Constructs a password checker exception.- Parameters:
msgFormat
- exception details in message string formatexception
- system exception
-
EPasswordCheckException
Constructs a password checker exception.- Parameters:
msgFormat
- the message format.params
- list of message format parameters
-
-
Method Details
-
getBundleName
Retrieves bundle name.- Overrides:
getBundleName
in classEBaseException
- Returns:
- resource bundle name.
-