org.apache.hadoop.hbase.exceptions
Class SnapshotDoesNotExistException
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.SnapshotDoesNotExistException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class SnapshotDoesNotExistException
- extends HBaseSnapshotException
Thrown when the server is looking for a snapshot but can't find the snapshot on the filesystem
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SnapshotDoesNotExistException
public SnapshotDoesNotExistException(String msg)
- Parameters:
msg
- full description of the failure
SnapshotDoesNotExistException
public SnapshotDoesNotExistException(HBaseProtos.SnapshotDescription desc)
- Parameters:
desc
- expected snapshot to find
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.