public class ProtocolResultCodeException extends Exception
| Constructor and Description |
|---|
ProtocolResultCodeException(int resultCode,
String message)
Constructs an instance of
ProtocolErrorResponseException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
int |
getResultCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolResultCodeException(int resultCode,
String message)
ProtocolErrorResponseException with the specified detail message.resultCode - The result codemessage - The detail messageCopyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.