Package org.apache.hadoop.hbase.snapshot
Class ExportSnapshotException
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.ExportSnapshotException
- All Implemented Interfaces:
Serializable
Thrown when a snapshot could not be exported due to an error during the operation.
- See Also:
-
Constructor Summary
ConstructorDescriptionExportSnapshotException
(String message) ExportSnapshotException
(String message, Exception e) -
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
-
ExportSnapshotException
- Parameters:
message
- message describing the exception
-
ExportSnapshotException
- Parameters:
message
- message describing the exceptione
- the actual cause of the exception
-