Class StatusCodeException

All Implemented Interfaces:
Serializable

public class StatusCodeException extends RuntimeException
Thrown when there is some kind of issue with the API request. Use getStatusCode() to get the response status code.
See Also:
  • Constructor Details

    • StatusCodeException

      public StatusCodeException(String reason, int statusCode)
  • Method Details