@InterfaceAudience.Public 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,
SnapshotDescription snapshotDescription)
Snapshot was corrupt for some reason.
|
getSnapshotDescriptionpublic CorruptedSnapshotException(String message, Exception e)
message - message describing the exceptione - the actual cause of the exceptionpublic CorruptedSnapshotException(String message, SnapshotDescription snapshotDescription)
message - full description of the failuresnapshotDescription - snapshot that was expectedpublic CorruptedSnapshotException(String message)
message - message describing the exceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.