Class ResourceOutofDateException

All Implemented Interfaces:
Serializable

public class ResourceOutofDateException extends CloudcraftException
Exception thrown when the ETag hashes do not match indicating the document has been edited in-between. In this case, server would have responded with HTTP Status 412.
See Also:
  • Constructor Details

    • ResourceOutofDateException

      public ResourceOutofDateException(ErrorResponse error)