public class InvalidPasswordException extends ApplicationException
| Constructor and Description |
|---|
InvalidPasswordException(java.lang.String errCode)
Constructs and InvalidPasswordException with an error code.
|
InvalidPasswordException(java.lang.String errCode,
java.lang.Object[] tokens)
Constructs an InvalidPasswordException with an error code and message tokens
|
InvalidPasswordException(java.lang.String errCode,
java.lang.Object[] tokens,
java.util.Collection<InvalidPasswordException> composingExceptions)
Constructs an InvalidPasswordException with an error code and the cause exception.
|
InvalidPasswordException(java.lang.String errCode,
java.lang.Throwable cause)
Constructs an InvalidPasswordException with an error code and the cause exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InvalidPasswordException> |
getComposingExceptions() |
void |
setComposingExceptions(java.util.Collection<InvalidPasswordException> composingExceptions) |
getErrorCode, getExtraMessagegetLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic InvalidPasswordException(java.lang.String errCode)
errCode - Code for the error.public InvalidPasswordException(java.lang.String errCode,
java.lang.Object[] tokens)
errCode - Code for the error.tokens - Object[] containing string values for replaceable tokens
in the message bundle string.public InvalidPasswordException(java.lang.String errCode,
java.lang.Throwable cause)
errCode - Error code identifying the problem.cause - Throwable representing the exception causing this exception.public InvalidPasswordException(java.lang.String errCode,
java.lang.Object[] tokens,
java.util.Collection<InvalidPasswordException> composingExceptions)
errCode - Error code identifying the problem.cause - Throwable representing the exception causing this exception.public java.util.Collection<InvalidPasswordException> getComposingExceptions()
public void setComposingExceptions(java.util.Collection<InvalidPasswordException> composingExceptions)