public class ExcessiveAttemptsException extends AccountException
| Constructor and Description |
|---|
ExcessiveAttemptsException()
Creates a new ExcessiveAttemptsException.
|
ExcessiveAttemptsException(String
Constructs a new ExcessiveAttemptsException.
|
ExcessiveAttemptsException(String
Constructs a new ExcessiveAttemptsException.
|
ExcessiveAttemptsException(Throwable
Constructs a new ExcessiveAttemptsException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExcessiveAttemptsException()
public ExcessiveAttemptsException(Stringmessage)
message - the reason for the exception
public ExcessiveAttemptsException(Throwablecause)
cause - the underlying Throwable that caused this exception to be thrown.