Class ResourceModifiedException

All Implemented Interfaces:
Serializable

public class ResourceModifiedException extends HttpResponseException
The exception thrown for invalid resource modification with status code of 4XX, typically 409 Conflict.
See Also:
  • Constructor Details

    • ResourceModifiedException

      public ResourceModifiedException(String message, HttpResponse response)
      Initializes a new instance of the ResourceModifiedException class.
      Parameters:
      message - the exception message or the response content if a message is not available
      response - the HTTP response
    • ResourceModifiedException

      public ResourceModifiedException(String message, HttpResponse response, Object value)
      Initializes a new instance of the ResourceModifiedException class.
      Parameters:
      message - the exception message or the response content if a message is not available
      response - the HTTP response
      value - the deserialized response value
    • ResourceModifiedException

      public ResourceModifiedException(String message, HttpResponse response, Throwable cause)
      Initializes a new instance of the ResourceModifiedException class.
      Parameters:
      message - the exception message or the response content if a message is not available
      response - the HTTP response
      cause - the Throwable which caused the creation of this ResourceModifiedException