Class TooManyRequestsException

All Implemented Interfaces:
Serializable

public class TooManyRequestsException extends SolidClientException
A runtime exception that represents an HTTP too many requests (429) response.
See Also:
  • Field Details

  • Constructor Details

    • TooManyRequestsException

      public TooManyRequestsException(String message, URI uri, Headers headers, String body)
      Create a TooManyRequestsException exception.
      Parameters:
      message - the message
      uri - the uri
      headers - the response headers
      body - the body