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