Class CorruptedSnapshotException

All Implemented Interfaces:
Serializable

Exception thrown when the found snapshot info from the filesystem is not valid.
See Also:
  • Constructor Details

    • CorruptedSnapshotException

      Snapshot was corrupt for some reason.
      Parameters:
      message - message describing the exception
      e - the actual cause of the exception
    • CorruptedSnapshotException

      public CorruptedSnapshotException(String message, SnapshotDescription snapshotDescription)
      Snapshot was corrupt for some reason.
      Parameters:
      message - full description of the failure
      snapshotDescription - snapshot that was expected
    • CorruptedSnapshotException

      Snapshot was corrupt for some reason.
      Parameters:
      message - message describing the exception