Class SnapshotExistsException

All Implemented Interfaces:
Serializable

@Public public class SnapshotExistsException extends HBaseSnapshotException
Thrown when a snapshot exists, but should not.
See Also:
  • Constructor Details

    • SnapshotExistsException

      Failure due to the snapshot already existing.
      Parameters:
      message - the full description of the failure
    • SnapshotExistsException

      public SnapshotExistsException(String message, SnapshotDescription snapshotDescription)
      Failure due to the snapshot already existing.
      Parameters:
      message - the full description of the failure
      snapshotDescription - snapshot that was attempted