@InterfaceAudience.Public @InterfaceStability.Evolving public class CorruptedSnapshotException extends HBaseSnapshotException
Constructor and Description |
---|
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)
Deprecated.
since 1.3.0, will be removed in 3.0.0
|
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
- 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–2019 The Apache Software Foundation. All rights reserved.