public class AuthenticationException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AuthenticationException(java.lang.String msg)
Create a new
AuthenticationException object |
AuthenticationException(java.lang.String msg,
java.lang.Throwable cause)
Create a new
AuthenticationException object |
AuthenticationException(java.lang.Throwable cause)
Create a new
AuthenticationException object |
private static final long serialVersionUID
public AuthenticationException(java.lang.String msg)
AuthenticationException
objectmsg
- The error messagepublic AuthenticationException(java.lang.Throwable cause)
AuthenticationException
objectcause
- Another exception which is the cause of the errorpublic AuthenticationException(java.lang.String msg, java.lang.Throwable cause)
AuthenticationException
objectmsg
- The error message