public class LoginFailedException extends RuntimeException
Constructor and Description |
---|
LoginFailedException()
Constructs an exception with no message and no underlying cause.
|
LoginFailedException(String message)
Constructs an exception with the specified message.
|
LoginFailedException(String message,
Throwable cause)
Constructs an exception with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LoginFailedException()
public LoginFailedException(String message)
message
- the message describing the specific nature of the errorCopyright © 2015. All Rights Reserved.