Class GoneException

All Implemented Interfaces:
Serializable

public class GoneException extends SolidClientException
A runtime exception that represents an HTTP gone (410) response.
See Also:
  • Field Details

  • Constructor Details

    • GoneException

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