@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) |
getCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException(String message)