public class AuthenticationFailedException extends Exception
| Constructor and Description |
|---|
AuthenticationFailedException(String message)
Creates a new AuthenticationFailedException with the given message.
|
AuthenticationFailedException(String message,
Throwable cause)
Creates a new AuthenticationFailedException with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationFailedException(String message)
message - message describing the authentication failurepublic AuthenticationFailedException(String message, Throwable cause)
message - message describing the authentication failurecause - exception that caused the authentication failureCopyright © 2004–2022. All rights reserved.