Package org.apache.hadoop.hbase.snapshot
Class CorruptedSnapshotException
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.CorruptedSnapshotException
- All Implemented Interfaces:
Serializable
Exception thrown when the found snapshot info from the filesystem is not valid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCorruptedSnapshotException
(String message) Snapshot was corrupt for some reason.CorruptedSnapshotException
(String message, Exception e) Snapshot was corrupt for some reason.CorruptedSnapshotException
(String message, SnapshotDescription snapshotDescription) Snapshot was corrupt for some reason. -
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
-
CorruptedSnapshotException
Snapshot was corrupt for some reason.- Parameters:
message
- message describing the exceptione
- the actual cause of the exception
-
CorruptedSnapshotException
Snapshot was corrupt for some reason.- Parameters:
message
- full description of the failuresnapshotDescription
- snapshot that was expected
-
CorruptedSnapshotException
Snapshot was corrupt for some reason.- Parameters:
message
- message describing the exception
-