Class InvalidRequestException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RateLimitException

public class InvalidRequestException extends CloudcraftException
Exception thrown when input to APIs are invalid. In this case, server would have responded with HTTP Status 400.
See Also:
  • Constructor Details

    • InvalidRequestException

      public InvalidRequestException(ErrorResponse error)
    • InvalidRequestException

      public InvalidRequestException(ErrorResponse error, Integer statusCode)