Constructors Summary |
---|
public AuthenticationException()Constructs a new Authentication Exception
super();
|
public AuthenticationException(String arg0)Constructs a new Authentication Exception with the specified detail message
super(arg0);
|
public AuthenticationException(String arg0, Throwable arg1)Constructs a new Authentication Exception with the specified detail message and
nested exception caused this exception.
super(arg0, arg1);
|
public AuthenticationException(Throwable arg0)Constructs a new Authentication Exception with a nested exception caused this exception
super(arg0);
|