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 SummaryConstructorsConstructorDescriptionExportSnapshotException(String message) ExportSnapshotException(String message, Exception e) 
- 
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- 
ExportSnapshotException- Parameters:
- message- message describing the exception
 
- 
ExportSnapshotException- Parameters:
- message- message describing the exception
- e- the actual cause of the exception
 
 
-