public final class AuthenticationFailedException extends SecurityException
IdentityProvider implementations if the
authentication failed.
This can be used by a mechanism to determine if an authentication failure was due to bad credentials vs some other form of internal failure.
| Constructor and Description |
|---|
AuthenticationFailedException() |
AuthenticationFailedException(String errorMessage) |
AuthenticationFailedException(String errorMessage,
Throwable cause) |
AuthenticationFailedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020 JBoss by Red Hat. All rights reserved.