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
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 Summary
Constructors Constructor Description ObjectOutOfSyncException()
ObjectOutOfSyncException(String message)
ObjectOutOfSyncException(String message, Throwable cause)
ObjectOutOfSyncException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-