@InterfaceAudience.Public public class SnapshotExistsException extends HBaseSnapshotException
Constructor and Description |
---|
SnapshotExistsException(String message)
Failure due to the snapshot already existing.
|
SnapshotExistsException(String message,
SnapshotDescription snapshotDescription)
Failure due to the snapshot already existing.
|
getSnapshotDescription
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SnapshotExistsException(String message)
message
- the full description of the failurepublic SnapshotExistsException(String message, SnapshotDescription snapshotDescription)
message
- the full description of the failuresnapshotDescription
- snapshot that was attemptedCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.