Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends SolidClientException
A runtime exception that represents an HTTP not found (404) response.
See Also:
  • Field Details

  • Constructor Details

    • NotFoundException

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