@InterfaceAudience.Public @InterfaceStability.Evolving public class RestoreSnapshotException extends HBaseSnapshotException
| Constructor and Description | 
|---|
RestoreSnapshotException(String message)  | 
RestoreSnapshotException(String message,
                        Exception e)  | 
RestoreSnapshotException(String message,
                        org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
Deprecated. 
 
since 1.3.0, will be removed in 3.0.0 
 | 
RestoreSnapshotException(String message,
                        Throwable cause,
                        org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
Deprecated. 
 
since 1.3.0, will be removed in 3.0.0 
 | 
getSnapshotDescriptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public RestoreSnapshotException(String message, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
message - reason why restoring the snapshot failssnapshotDescription - description of the snapshot attempted@Deprecated public RestoreSnapshotException(String message, Throwable cause, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.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 failsCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.