org.apache.hadoop.hbase.exceptions
Class RestoreSnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.exceptions.HBaseIOException
org.apache.hadoop.hbase.exceptions.HBaseSnapshotException
org.apache.hadoop.hbase.exceptions.RestoreSnapshotException
- All Implemented Interfaces:
- Serializable
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RestoreSnapshotException
public RestoreSnapshotException(String msg,
HBaseProtos.SnapshotDescription desc)
RestoreSnapshotException
public RestoreSnapshotException(String msg,
Throwable cause,
HBaseProtos.SnapshotDescription desc)
RestoreSnapshotException
public RestoreSnapshotException(String msg)
RestoreSnapshotException
public RestoreSnapshotException(String message,
Exception e)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.