@InterfaceAudience.Public public class CorruptedSnapshotException extends HBaseSnapshotException
Constructor and Description |
---|
CorruptedSnapshotException(String message) |
CorruptedSnapshotException(String message,
Exception e) |
CorruptedSnapshotException(String message,
SnapshotDescription snapshot)
Snapshot was corrupt for some reason
|
getSnapshotDescription
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.