@InterfaceAudience.Public @InterfaceStability.Evolving public class HBaseSnapshotException extends DoNotRetryIOException
| Constructor and Description |
|---|
HBaseSnapshotException(String message)
Some exception happened for a snapshot and don't even know the snapshot that it was about.
|
HBaseSnapshotException(String message,
Exception e)
Exception when the description of the snapshot cannot be determined, due to some root other
root cause.
|
HBaseSnapshotException(String message,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
Deprecated.
since 1.3.0, will be removed in 3.0.0
|
HBaseSnapshotException(String message,
Throwable cause,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
Deprecated.
since 1.3.0, will be removed in 3.0.0
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription |
getSnapshotDescription()
Deprecated.
since 1.3.0, will be removed in 3.0.0
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HBaseSnapshotException(String message)
message - the full description of the failure@Deprecated public HBaseSnapshotException(String message, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
message - the reason why the snapshot failedsnapshotDescription - the description of the snapshot that is failing@Deprecated public HBaseSnapshotException(String message, Throwable cause, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
message - the reason why the snapshot failedcause - the root cause of the failuresnapshotDescription - the description of the snapshot that is being failed@Deprecated public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription getSnapshotDescription()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.