Package org.apache.hadoop.hbase.snapshot
Class SnapshotExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
org.apache.hadoop.hbase.snapshot.SnapshotExistsException
- All Implemented Interfaces:
Serializable
Thrown when a snapshot exists, but should not.
- See Also:
-
Constructor Summary
ConstructorDescriptionSnapshotExistsException
(String message) Failure due to the snapshot already existing.SnapshotExistsException
(String message, SnapshotDescription snapshotDescription) Failure due to the snapshot already existing. -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
getSnapshotDescription
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnapshotExistsException
Failure due to the snapshot already existing.- Parameters:
message
- the full description of the failure
-
SnapshotExistsException
Failure due to the snapshot already existing.- Parameters:
message
- the full description of the failuresnapshotDescription
- snapshot that was attempted
-