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 SummaryConstructorsConstructorDescriptionCorruptedSnapshotException(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 SummaryMethods inherited from class org.apache.hadoop.hbase.snapshot.HBaseSnapshotExceptiongetSnapshotDescriptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CorruptedSnapshotExceptionSnapshot was corrupt for some reason.- Parameters:
- message- message describing the exception
- e- the actual cause of the exception
 
- 
CorruptedSnapshotExceptionSnapshot was corrupt for some reason.- Parameters:
- message- full description of the failure
- snapshotDescription- snapshot that was expected
 
- 
CorruptedSnapshotExceptionSnapshot was corrupt for some reason.- Parameters:
- message- message describing the exception
 
 
-