public class AuthenticationFailedException extends RuntimeException
Constructor and Description |
---|
AuthenticationFailedException() |
AuthenticationFailedException(String message) |
AuthenticationFailedException(String message,
Throwable cause) |
AuthenticationFailedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
AuthenticationFailedException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
assembleDetailString() |
String |
assembleOutputString() |
String |
getMessage()
Returns an assembled output String due to bad method design in
Throwable . |
String |
message() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationFailedException()
public AuthenticationFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public AuthenticationFailedException(String message)
public AuthenticationFailedException(Throwable cause)
public final String message()
public String assembleDetailString()
public String assembleOutputString()
public String getMessage()
Throwable
.
For the actual message getter, see message()
.getMessage
in class Throwable