Class NotAcceptableException

All Implemented Interfaces:
Serializable

public class NotAcceptableException extends SolidClientException
A runtime exception that represents an HTTP not acceptable (406) response.
See Also:
  • Field Details

  • Constructor Details

    • NotAcceptableException

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