public class AuthenticationException
extends java.lang.Exception
| Constructor and Description |
|---|
AuthenticationException()
Constructs an AuthenticationException.
|
AuthenticationException(java.lang.String explanation)
Constructs an AuthenticationException with a detailed
explanation of the reason for the exception.
|
public AuthenticationException()
public AuthenticationException(java.lang.String explanation)
explanation - detailed explanation of the reason for the
exception.