@InterfaceAudience.Public @InterfaceStability.Evolving public class SnapshotCreationException extends HBaseSnapshotException
| 构造器和说明 |
|---|
SnapshotCreationException(String message)
Used internally by the RPC engine to pass the exception back to the client.
|
SnapshotCreationException(String message,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
Failure to create the specified snapshot.
|
SnapshotCreationException(String message,
Throwable cause,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
已过时。
since 1.3.0, will be removed in 3.0.0
|
getSnapshotDescriptionpublic SnapshotCreationException(String message)
message - error message to pass backpublic SnapshotCreationException(String message, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
message - reason why the snapshot couldn't be completedsnapshotDescription - description of the snapshot attempted@Deprecated public SnapshotCreationException(String message, Throwable cause, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
message - reason why the snapshot couldn't be completedcause - the root cause of the failuresnapshotDescription - description of the snapshot attemptedCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.