@InterfaceAudience.Public public class RestoreSnapshotException extends HBaseSnapshotException
| Constructor and Description |
|---|
RestoreSnapshotException(String msg) |
RestoreSnapshotException(String message,
Exception e) |
RestoreSnapshotException(String msg,
SnapshotDescription desc) |
RestoreSnapshotException(String msg,
Throwable cause,
SnapshotDescription desc) |
getSnapshotDescriptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestoreSnapshotException(String msg, SnapshotDescription desc)
public RestoreSnapshotException(String msg, Throwable cause, SnapshotDescription desc)
public RestoreSnapshotException(String msg)
public RestoreSnapshotException(String message, Exception e)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.