@InterfaceAudience.Public @InterfaceStability.Evolving public class SnapshotExistsException extends HBaseSnapshotException
Constructor and Description |
---|
SnapshotExistsException(String message)
Failure due to the snapshot already existing.
|
SnapshotExistsException(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 SnapshotExistsException(String message)
message
- the full description of the failure@Deprecated public SnapshotExistsException(String message, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
message
- the full description of the failuresnapshotDescription
- snapshot that was attemptedCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.