Class SnapshotMissException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.rt.exception.BaseException
dev.getelements.elements.rt.exception.InternalException
dev.getelements.elements.rt.transact.SnapshotMissException
- All Implemented Interfaces:
Serializable
A special type of
InternalException indicating that the Snapshot has no knowledge of a specified
Path or ResourceId. This exception type indicates that the internal state of the transactional data
store has encountered some inconsistency. Usually, the Path or ResourceId was not specified ahead
of time of the transaction.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSnapshotMissException(ResourceId resourceId) SnapshotMissException(Path path) SnapshotMissException(String message) SnapshotMissException(String message, Throwable cause) SnapshotMissException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) SnapshotMissException(Throwable cause) -
Method Summary
Methods inherited from class dev.getelements.elements.rt.exception.InternalException
getResponseCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnapshotMissException
public SnapshotMissException() -
SnapshotMissException
-
SnapshotMissException
-
SnapshotMissException
-
SnapshotMissException
-
SnapshotMissException
-
SnapshotMissException
-