public class AuthenticationException extends RuntimeException
Constructor and Description |
---|
AuthenticationException(String msg)
Creates a new AuthenticationException with the given message.
|
AuthenticationException(String msg,
Throwable cause)
Creates a new AuthenticationException with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException(String msg)
msg
- the error message