@InterfaceAudience.Public @InterfaceStability.Evolving public class RestoreSnapshotException extends HBaseSnapshotException
Constructor and Description |
---|
RestoreSnapshotException(String msg) |
RestoreSnapshotException(String message,
Exception e) |
RestoreSnapshotException(String msg,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription desc) |
RestoreSnapshotException(String msg,
Throwable cause,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription desc) |
getSnapshotDescription
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RestoreSnapshotException(String msg, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription desc)
public RestoreSnapshotException(String msg, Throwable cause, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription desc)
public RestoreSnapshotException(String msg)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.