@InterfaceAudience.Public public class CorruptedSnapshotException extends HBaseSnapshotException
| 构造器和说明 |
|---|
CorruptedSnapshotException(String message) |
CorruptedSnapshotException(String message,
Exception e) |
CorruptedSnapshotException(String message,
SnapshotDescription snapshot)
Snapshot was corrupt for some reason
|
getSnapshotDescriptionpublic CorruptedSnapshotException(String message, Exception e)
message - message describing the exceptione - causepublic CorruptedSnapshotException(String message, SnapshotDescription snapshot)
message - full description of the failuresnapshot - snapshot that was expectedpublic CorruptedSnapshotException(String message)
message - message describing the exceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.