Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends SolidClientException
A runtime exception that represents an HTTP bad request (400) response.
See Also:
  • Field Details

  • Constructor Details

    • BadRequestException

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