public abstract class AuthenticationException extends AbstractCheckedException
This class is abstract because this exception should not be constructed directly. Rather, a more detailed subclass should be constructed and thrown.
Constructor and Description |
---|
AuthenticationException(String message)
Constructs an
AuthenticationException with the specified detail message. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException(String message)
AuthenticationException
with the specified detail message.message
- The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()
method).Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA