@InterfaceAudience.Public @InterfaceStability.Evolving public class CorruptedSnapshotException extends HBaseSnapshotException
| Constructor and Description |
|---|
CorruptedSnapshotException(String message) |
CorruptedSnapshotException(String message,
Exception e) |
CorruptedSnapshotException(String message,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot)
Snapshot was corrupt for some reason
|
getSnapshotDescriptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CorruptedSnapshotException(String message, Exception e)
message - message describing the exceptione - causepublic CorruptedSnapshotException(String message, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot)
message - full description of the failuresnapshot - snapshot that was expectedpublic CorruptedSnapshotException(String message)
message - message describing the exceptionCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.