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 Summary
-
Constructor Summary
ConstructorDescriptionDroppedSnapshotException
(String message) DroppedSnapshotException
(String message, Throwable cause) DroppedSnapshotException with cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
DroppedSnapshotException
public DroppedSnapshotException() -
DroppedSnapshotException
- Parameters:
message
- the message for this exception
-
DroppedSnapshotException
DroppedSnapshotException with cause- Parameters:
message
- the message for this exceptioncause
- the cause for this exception
-