public class PasswordRuleException extends ApplicationException
| Constructor and Description |
|---|
PasswordRuleException(java.lang.String errCode)
Constructs with an error code.
|
PasswordRuleException(java.lang.String errCode,
java.lang.Object[] tokens)
Constructs with an error code and message tokens
|
PasswordRuleException(java.lang.String errCode,
java.lang.Throwable cause)
Constructs with an error code and the cause exception.
|
getErrorCode, getExtraMessagegetLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic PasswordRuleException(java.lang.String errCode)
errCode - Error code representing the message.public PasswordRuleException(java.lang.String errCode,
java.lang.Object[] tokens)
errCode - Error code representing the messagetokens - Object[] containing string values for replaceable tokens
in the message bundle string.public PasswordRuleException(java.lang.String errCode,
java.lang.Throwable cause)
errCode - Error code identifying the problem.cause - Throwable representing the exception causing this exception.