Package org.apache.hadoop.hbase.snapshot
Class SnapshotTTLExpiredException
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.SnapshotTTLExpiredException
- All Implemented Interfaces:
Serializable
Thrown when a snapshot could not be restored/cloned because the ttl for snapshot has already
expired
- See Also:
-
Constructor Summary
ConstructorDescriptionSnapshotTTLExpiredException
(String message) Failure when the ttl for snapshot has already expired.SnapshotTTLExpiredException
(SnapshotDescription snapshotDescription) Failure when the ttl for snapshot has already expired. -
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
-
SnapshotTTLExpiredException
Failure when the ttl for snapshot has already expired.- Parameters:
message
- the full description of the failure
-
SnapshotTTLExpiredException
Failure when the ttl for snapshot has already expired.- Parameters:
snapshotDescription
- snapshot that was attempted
-