public class AuthenticationFailureException extends RuntimeException
| Constructor and Description |
|---|
AuthenticationFailureException() |
AuthenticationFailureException(String message) |
AuthenticationFailureException(String message,
Throwable cause) |
AuthenticationFailureException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationFailureException()
public AuthenticationFailureException(String message)
public AuthenticationFailureException(String message, Throwable cause)
public AuthenticationFailureException(Throwable cause)
Copyright © 2018. All rights reserved.