Class ObjectOutOfSyncException

All Implemented Interfaces:
Serializable

public class ObjectOutOfSyncException extends OcflJavaException
Indicates that an operation could not be completed because the request is out of sync with the current object state on disk.
See Also:
  • Constructor Details

    • ObjectOutOfSyncException

      public ObjectOutOfSyncException()
    • ObjectOutOfSyncException

      public ObjectOutOfSyncException(String message)
    • ObjectOutOfSyncException

      public ObjectOutOfSyncException(String message, Throwable cause)
    • ObjectOutOfSyncException

      public ObjectOutOfSyncException(Throwable cause)