public class RemoteRequestResponseException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
static int |
BAD_URL |
static int |
USER_DENIED_AUTH |
| Constructor and Description |
|---|
RemoteRequestResponseException(int code,
java.lang.String s) |
RemoteRequestResponseException(int code,
java.lang.String s,
java.util.Map userInfo) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.util.Map |
getUserInfo() |
java.lang.String |
toString() |