Class APIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.emcw.exceptions.APIException
-
Constructor Summary
ConstructorsConstructorDescriptionAPIException
(String msg) APIException
(okhttp3.HttpUrl url, int statusCode, String msg) APIException
(okhttp3.Response res) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
APIException
-
APIException
-
APIException
public APIException(okhttp3.Response res)
-
-
Method Details
-
asString
-