public class AdminAPIAuthenticationException
extends net.anotheria.anoplass.api.APIException
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminAPIAuthenticationException.FailCause
Authentication fail cause.
|
| Constructor and Description |
|---|
AdminAPIAuthenticationException() |
AdminAPIAuthenticationException(AdminAPIAuthenticationException.FailCause failCause) |
AdminAPIAuthenticationException(java.lang.String message) |
AdminAPIAuthenticationException(java.lang.String message,
AdminAPIAuthenticationException.FailCause failCause) |
AdminAPIAuthenticationException(java.lang.String message,
java.lang.Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
AdminAPIAuthenticationException.FailCause |
getFailCause() |
void |
setFailCause(AdminAPIAuthenticationException.FailCause failCause) |
public AdminAPIAuthenticationException()
public AdminAPIAuthenticationException(java.lang.String message)
public AdminAPIAuthenticationException(java.lang.String message,
AdminAPIAuthenticationException.FailCause failCause)
public AdminAPIAuthenticationException(AdminAPIAuthenticationException.FailCause failCause)
public AdminAPIAuthenticationException(java.lang.String message,
java.lang.Exception cause)
public AdminAPIAuthenticationException.FailCause getFailCause()
public void setFailCause(AdminAPIAuthenticationException.FailCause failCause)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.