-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHttpError.InternalErrorpublic classHttpError.RequestErrorpublic classHttpError.ServerErrorpublic final classHttpError.UncaughtException
-
Method Summary
Modifier and Type Method Description abstract ThrowablegetCause()abstract ByteArraygetRawResponse()abstract IntegergetCode()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
abstract ByteArray getRawResponse()
-
getMessage
String getMessage()
-
-
-
-