public class AuthenticationException
extends java.lang.RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationException.Code |
| Constructor and Description |
|---|
AuthenticationException(AuthenticationException.Code code) |
AuthenticationException(AuthenticationException.Code code,
java.lang.String details,
java.lang.Throwable throwable) |
AuthenticationException(java.rmi.RemoteException e) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationException.Code |
getCode() |
public AuthenticationException(AuthenticationException.Code code, java.lang.String details, java.lang.Throwable throwable)
public AuthenticationException(AuthenticationException.Code code)
public AuthenticationException(java.rmi.RemoteException e)
public AuthenticationException.Code getCode()