@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. | 
getSnapshotDescriptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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–2021 The Apache Software Foundation. All rights reserved.