Package org.jets3t.service.impl.rest
Class HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jets3t.service.impl.rest.HttpException
- All Implemented Interfaces:
Serializable
Simple exception to capture details of a failed HTTP operation,
including the response code and message.
- Author:
- James Murty
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpException
-
-
Method Details
-
getResponseCode
public int getResponseCode() -
getResponseMessage
-