com.elibom.client
Class HttpServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elibom.client.HttpServerException
- All Implemented Interfaces:
- Serializable
public class HttpServerException
- extends RuntimeException
- Author:
- German Escobar
- See Also:
- Serialized Form
HttpServerException
public HttpServerException(int statusCode)
HttpServerException
public HttpServerException(int statusCode,
org.json.JSONObject body)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getStatusCode
public int getStatusCode()
getBody
public org.json.JSONObject getBody()
getStatusDescription
public String getStatusDescription(int statusCode)
Copyright © 2013. All Rights Reserved.