Package io.ocfl.api.exception
Class ObjectOutOfSyncException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
io.ocfl.api.exception.ObjectOutOfSyncException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionObjectOutOfSyncException
(String message) ObjectOutOfSyncException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectOutOfSyncException
public ObjectOutOfSyncException() -
ObjectOutOfSyncException
-
ObjectOutOfSyncException
-
ObjectOutOfSyncException
-