-
- All Implemented Interfaces:
-
java.io.Serializable
public class HttpError.RequestError extends HttpError
-
-
Field Summary
Fields Modifier and Type Field Description private final Throwablecauseprivate final Integercodeprivate final ByteArrayrawResponseprivate final Stringmessagepublic final static HttpError.RequestErrorINSTANCE
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()IntegergetCode()ByteArraygetRawResponse()StringgetMessage()-
Methods inherited from class org.bidon.sdk.utils.networking.HttpError
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRawResponse
ByteArray getRawResponse()
-
getMessage
String getMessage()
-
-
-
-