@InterfaceAudience.Public @InterfaceStability.Evolving public class CorruptedSnapshotException extends HBaseSnapshotException
| 构造器和说明 |
|---|
CorruptedSnapshotException(String message)
Snapshot was corrupt for some reason.
|
CorruptedSnapshotException(String message,
Exception e)
Snapshot was corrupt for some reason.
|
CorruptedSnapshotException(String message,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
已过时。
since 1.3.0, will be removed in 3.0.0
|
getSnapshotDescriptionpublic CorruptedSnapshotException(String message, Exception e)
message - message describing the exceptione - the actual cause of the exception@Deprecated public CorruptedSnapshotException(String message, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
message - full description of the failuresnapshotDescription - snapshot that was expectedpublic CorruptedSnapshotException(String message)
message - message describing the exceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.