Class ResourceModifiedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResourceModifiedException

        public ResourceModifiedException​(java.lang.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​(java.lang.String message,
                                         HttpResponse response,
                                         java.lang.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​(java.lang.String message,
                                         HttpResponse response,
                                         java.lang.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