@InterfaceAudience.Public @InterfaceStability.Evolving public class SnapshotExistsException extends HBaseSnapshotException
Constructor and Description |
---|
SnapshotExistsException(String msg) |
SnapshotExistsException(String msg,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription desc)
Failure due to the snapshot already existing
|
getSnapshotDescription
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SnapshotExistsException(String msg)
public SnapshotExistsException(String msg, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription desc)
msg
- full description of the failuredesc
- snapshot that was attemptedCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.