Class MethodNotAllowedException

All Implemented Interfaces:
Serializable

public class MethodNotAllowedException extends SolidClientException
A runtime exception that represents an HTTP method not allowed (405) response.
See Also:
  • Field Details

  • Constructor Details

    • MethodNotAllowedException

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