public class AuthenticationException
extends java.lang.Exception
Constructor and Description |
---|
AuthenticationException()
Constructs an empty exception.
|
AuthenticationException(java.lang.String msg)
Constructs an exception with the given message.
|