@InterfaceAudience.Public public class CorruptedSnapshotException extends HBaseSnapshotException
| Constructor and Description | 
|---|
| CorruptedSnapshotException(String message)Snapshot was corrupt for some reason. | 
| CorruptedSnapshotException(String message,
                          Exception e)Snapshot was corrupt for some reason. | 
| CorruptedSnapshotException(String message,
                          SnapshotDescription snapshotDescription)Snapshot was corrupt for some reason. | 
getSnapshotDescriptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CorruptedSnapshotException(String message, Exception e)
message - message describing the exceptione - the actual cause of the exceptionpublic CorruptedSnapshotException(String message, SnapshotDescription snapshotDescription)
message - full description of the failuresnapshotDescription - snapshot that was expectedpublic CorruptedSnapshotException(String message)
message - message describing the exceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.