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 Summary
ConstructorDescriptionUnknownSnapshotException
(String message) UnknownSnapshotException
(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
-
UnknownSnapshotException
- Parameters:
message
- full information about the failure
-
UnknownSnapshotException
- Parameters:
message
- full information about the failuree
- the actual cause of the exception
-