public class AuthenticationException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AuthenticationException(String msg)
Create a new
AuthenticationException object |
AuthenticationException(String msg,
Throwable cause)
Create a new
AuthenticationException object |
AuthenticationException(Throwable cause)
Create a new
AuthenticationException object |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public AuthenticationException(String msg)
AuthenticationException
objectmsg
- The error messagepublic AuthenticationException(Throwable cause)
AuthenticationException
objectcause
- Another exception which is the cause of the error