public class RemoteAuthException extends AuthException
| Modifier and Type | Field and Description |
|---|---|
static int |
WRONG_SHARED_SECRET |
INTERNAL_SERVER_ERROR, INVALID_SHARED_SECRET, NO_SHARED_SECRET| Constructor and Description |
|---|
RemoteAuthException() |
RemoteAuthException(String msg) |
RemoteAuthException(String msg,
Throwable throwable) |
RemoteAuthException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getURL() |
void |
setURL(String url) |
getType, setTypepublic static final int WRONG_SHARED_SECRET