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 cause) |
RemoteAuthException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getURL() |
void |
setURL(String url) |
getType, setType
public static final int WRONG_SHARED_SECRET