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:
    Serialized Form
    • Constructor Detail

      • ObjectOutOfSyncException

        public ObjectOutOfSyncException()
      • ObjectOutOfSyncException

        public ObjectOutOfSyncException​(String message)
      • ObjectOutOfSyncException

        public ObjectOutOfSyncException​(String message,
                                        Throwable cause)
      • ObjectOutOfSyncException

        public ObjectOutOfSyncException​(Throwable cause)