Package com.sprylab.xar
Class HttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sprylab.xar.HttpException
-
- All Implemented Interfaces:
Serializable
public class HttpException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpException(String message, okhttp3.Response response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.ResponsegetResponse()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HttpException
public HttpException(String message, okhttp3.Response response)
-
-