Package org.apache.hadoop.hbase.snapshot
Class UnknownSnapshotException
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.UnknownSnapshotException
- All Implemented Interfaces:
- Serializable
Exception thrown when we get a request for a snapshot we don't recognize.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUnknownSnapshotException(String message) UnknownSnapshotException(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- 
UnknownSnapshotException- Parameters:
- message- full information about the failure
 
- 
UnknownSnapshotException- Parameters:
- message- full information about the failure
- e- the actual cause of the exception
 
 
-