org.codegist.crest
Class HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codegist.crest.HttpException
- All Implemented Interfaces:
- Serializable
public class HttpException
- extends RuntimeException
- Author:
- Laurent Gilles (laurent.gilles@codegist.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpException
public HttpException(Throwable cause)
HttpException
public HttpException(String message,
HttpResponse response)
HttpException
public HttpException(Throwable cause,
HttpResponse response)
HttpException
public HttpException(String message,
HttpResponse response,
Throwable cause)
getResponse
public HttpResponse getResponse()
getResponseString
public String getResponseString()
Copyright © 2011. All Rights Reserved.