public class AuthenticationFailedException extends Exception
| Constructor and Description |
|---|
AuthenticationFailedException() |
AuthenticationFailedException(String message) |
AuthenticationFailedException(String message,
Throwable cause) |
AuthenticationFailedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
AuthenticationFailedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationFailedException()
public AuthenticationFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public AuthenticationFailedException(String message)
public AuthenticationFailedException(Throwable cause)
Copyright © 2019. All rights reserved.