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