Package org.apache.hadoop.hbase
Class DroppedSnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.DroppedSnapshotException
- All Implemented Interfaces:
- Serializable
Thrown during flush if the possibility snapshot content was not properly persisted into store
 files. Response should include replay of wal content.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDroppedSnapshotException(String message) DroppedSnapshotException(String message, Throwable cause) DroppedSnapshotException with cause
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
DroppedSnapshotExceptionpublic DroppedSnapshotException()
- 
DroppedSnapshotException- Parameters:
- message- the message for this exception
 
- 
DroppedSnapshotExceptionDroppedSnapshotException with cause- Parameters:
- message- the message for this exception
- cause- the cause for this exception
 
 
-