@Beta public class AuthenticationException extends BaseException
| Constructor and Description |
|---|
AuthenticationException(String message) |
AuthenticationException(String message,
Object... args) |
AuthenticationException(Throwable t,
String message) |
AuthenticationException(Throwable cause,
String message,
Object... args) |
getCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException(String message)