public class InvalidPasswordException extends LspsException
Modifier and Type | Field and Description |
---|---|
static String |
ERROR_CODE_NON_ENCODABLE_ISO_8859_1
Error code: The password is not encodable in ISO-8859-1 encoding.
|
Constructor and Description |
---|
InvalidPasswordException(String errorCode,
String message)
Creates a new instance of this exception with the error message.
|
InvalidPasswordException(String errorCode,
String message,
Throwable cause)
Creates a new instance of this exception with the error message and cause.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Gets the validation error code.
|
getModelInstanceStates, setModelInstanceStates
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String ERROR_CODE_NON_ENCODABLE_ISO_8859_1
public InvalidPasswordException(String errorCode, String message)
errorCode
- the error codemessage
- the error messagepublic String getErrorCode()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.