Package org.apache.hadoop.hbase.snapshot
Class SnapshotDoesNotExistException
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.SnapshotDoesNotExistException
- All Implemented Interfaces:
Serializable
Thrown when the server is looking for a snapshot, but can't find the snapshot on the filesystem.
- See Also:
-
Constructor Summary
ConstructorDescriptionSnapshotDoesNotExistException
(String message) SnapshotDoesNotExistException
(SnapshotDescription snapshotDescription) -
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
-
SnapshotDoesNotExistException
- Parameters:
message
- the full description of the failure
-
SnapshotDoesNotExistException
- Parameters:
snapshotDescription
- expected snapshot to find
-