@InterfaceAudience.Public public class RestoreSnapshotException extends HBaseSnapshotException
| 构造器和说明 |
|---|
RestoreSnapshotException(String message) |
RestoreSnapshotException(String message,
SnapshotDescription snapshotDescription) |
RestoreSnapshotException(String message,
Throwable cause) |
RestoreSnapshotException(String message,
Throwable cause,
SnapshotDescription snapshotDescription) |
getSnapshotDescriptionpublic RestoreSnapshotException(String message, SnapshotDescription snapshotDescription)
message - reason why restoring the snapshot failssnapshotDescription - description of the snapshot attemptedpublic RestoreSnapshotException(String message, Throwable cause, SnapshotDescription snapshotDescription)
message - reason why restoring the snapshot failscause - the root cause of the failuresnapshotDescription - description of the snapshot attemptedpublic RestoreSnapshotException(String message)
message - reason why restoring the snapshot failsCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.