public class ProtocolException extends RuntimeException
| Constructor and Description |
|---|
ProtocolException(int errorCode,
String errorMessage) |
ProtocolException(int errorCode,
String errorMessage,
Object response) |
ProtocolException(int errorCode,
String errorMessage,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
Object |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2007-2012. All Rights Reserved.