org.apache.hadoop.hbase.snapshot
Class RestoreSnapshotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.HBaseIOException
                  extended by org.apache.hadoop.hbase.DoNotRetryIOException
                      extended by org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
                          extended by org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class RestoreSnapshotException
extends HBaseSnapshotException

Thrown when a snapshot could not be restored due to a server-side error when restoring it.

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
getSnapshotDescription
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestoreSnapshotException

public RestoreSnapshotException(String msg,
                                org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription desc)

RestoreSnapshotException

public RestoreSnapshotException(String msg,
                                Throwable cause,
                                org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription desc)

RestoreSnapshotException

public RestoreSnapshotException(String msg)

RestoreSnapshotException

public RestoreSnapshotException(String message,
                                Exception e)


Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.