public class AuthException
extends javax.security.auth.login.LoginException
A generic authentication exception.
LoginException,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serialVersionUID
|
| Constructor and Description |
|---|
AuthException()
Constructs an AuthException with no detail message.
|
AuthException(java.lang.String msg)
Constructs an AuthException with the specified detail message.
|
private static final long serialVersionUID
public AuthException()
public AuthException(java.lang.String msg)
msg - the detail message.