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