com.stackmob.sdk.exception
Class StackMobHTTPResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stackmob.sdk.exception.StackMobException
com.stackmob.sdk.exception.StackMobHTTPResponseException
- All Implemented Interfaces:
- Serializable
public class StackMobHTTPResponseException
- extends StackMobException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StackMobHTTPResponseException
public StackMobHTTPResponseException(Integer code,
List<Map.Entry<String,String>> headers,
byte[] body)
getCode
public Integer getCode()
getHeaders
public List<Map.Entry<String,String>> getHeaders()
getBody
public byte[] getBody()
Copyright © 2012 StackMob. All Rights Reserved.