public class ProtocolResponseUtil extends Object
| Constructor and Description |
|---|
ProtocolResponseUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
verifyResultCodeIsOK(BaseResponse response)
Verifies a response containing an OK result code.
|
public static void verifyResultCodeIsOK(BaseResponse response) throws ProtocolResultCodeException
response - The response to verifyProtocolResultCodeException - Thrown if the response contains a
result code other than OK (zero).Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.