@InterfaceAudience.Public public class RestoreSnapshotException extends HBaseSnapshotException
| Constructor and Description | 
|---|
| RestoreSnapshotException(String message) | 
| RestoreSnapshotException(String message,
                        SnapshotDescription snapshotDescription) | 
| RestoreSnapshotException(String message,
                        Throwable cause) | 
| RestoreSnapshotException(String message,
                        Throwable cause,
                        SnapshotDescription snapshotDescription) | 
getSnapshotDescriptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestoreSnapshotException(String message, SnapshotDescription snapshotDescription)
message - reason why restoring the snapshot failssnapshotDescription - description of the snapshot attemptedpublic RestoreSnapshotException(String message, Throwable cause, SnapshotDescription snapshotDescription)
message - reason why restoring the snapshot failscause - the root cause of the failuresnapshotDescription - description of the snapshot attemptedpublic RestoreSnapshotException(String message)
message - reason why restoring the snapshot failspublic RestoreSnapshotException(String message, Throwable cause)
message - reason why restoring the snapshot failscause - the root cause of the failureCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.