Class ForbiddenException

All Implemented Interfaces:
Serializable

public class ForbiddenException extends SolidClientException
A runtime exception that represents an HTTP forbidden (403) response.
See Also:
  • Field Details

  • Constructor Details

    • ForbiddenException

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