Class SnapshotMissException

All Implemented Interfaces:
Serializable

public class SnapshotMissException extends InternalException
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 Details

    • SnapshotMissException

      public SnapshotMissException()
    • SnapshotMissException

      public SnapshotMissException(String message)
    • SnapshotMissException

      public SnapshotMissException(String message, Throwable cause)
    • SnapshotMissException

      public SnapshotMissException(Throwable cause)
    • SnapshotMissException

      public SnapshotMissException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • SnapshotMissException

      public SnapshotMissException(Path path)
    • SnapshotMissException

      public SnapshotMissException(ResourceId resourceId)