Class APIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.emcw.exceptions.APIException
All Implemented Interfaces:
Serializable

public class APIException extends Exception
See Also:
  • Constructor Details

    • APIException

      public APIException(String msg)
    • APIException

      public APIException(okhttp3.HttpUrl url, int statusCode, String msg)
    • APIException

      public APIException(okhttp3.Response res)
  • Method Details

    • asString

      public String asString()