public class UserBadPasswordException extends UserRetryException
| Constructor and Description |
|---|
UserBadPasswordException(java.lang.String message)
Constructs a
UserBadPasswordException. |
UserBadPasswordException(java.lang.String message,
java.lang.Exception innerException)
Creates a
UserBadPasswordException with the indicated inner
exception, and exception message. |
getMessageChain, getMessageChainpublic UserBadPasswordException(java.lang.String message)
UserBadPasswordException.message - The exception messagepublic UserBadPasswordException(java.lang.String message,
java.lang.Exception innerException)
UserBadPasswordException with the indicated inner
exception, and exception message.
The inner exception provides a lower-level of detail as to why this exception has occurred.
message - a message explaining why the exception occurredinnerException - the inner exception