Package org.apache.hadoop.hbase.snapshot
Class RestoreSnapshotException
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.RestoreSnapshotException
- All Implemented Interfaces:
Serializable
Thrown when a snapshot could not be restored due to a server-side error when restoring it.
- See Also:
-
Constructor Summary
ConstructorDescriptionRestoreSnapshotException
(String message) RestoreSnapshotException
(String message, Throwable cause) RestoreSnapshotException
(String message, Throwable cause, SnapshotDescription snapshotDescription) RestoreSnapshotException
(String message, SnapshotDescription snapshotDescription) -
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
-
RestoreSnapshotException
- Parameters:
message
- reason why restoring the snapshot failssnapshotDescription
- description of the snapshot attempted
-
RestoreSnapshotException
public RestoreSnapshotException(String message, Throwable cause, SnapshotDescription snapshotDescription) - Parameters:
message
- reason why restoring the snapshot failscause
- the root cause of the failuresnapshotDescription
- description of the snapshot attempted
-
RestoreSnapshotException
- Parameters:
message
- reason why restoring the snapshot fails
-
RestoreSnapshotException
- Parameters:
message
- reason why restoring the snapshot failscause
- the root cause of the failure
-