public class InvalidPasswordException extends LspsException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ERROR_CODE_NON_ENCODABLE_ISO_8859_1
Error code: The password is not encodable in ISO-8859-1 encoding.
|
| Constructor and Description |
|---|
InvalidPasswordException(java.lang.String errorCode,
java.lang.String message)
Creates a new instance of this exception with the error message.
|
InvalidPasswordException(java.lang.String errorCode,
java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of this exception with the error message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode()
Gets the validation error code.
|
getModelInstanceStates, setModelInstanceStatespublic static final java.lang.String ERROR_CODE_NON_ENCODABLE_ISO_8859_1
public InvalidPasswordException(java.lang.String errorCode,
java.lang.String message)
errorCode - the error codemessage - the error messagepublic InvalidPasswordException(java.lang.String errorCode,
java.lang.String message,
java.lang.Throwable cause)
errorCode - the error codemessage - the error messagecause - the cause of the errorCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.