org.apache.hadoop.hbase.exceptions
Class UnknownSnapshotException
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.UnknownSnapshotException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class UnknownSnapshotException
- extends HBaseSnapshotException
Exception thrown when we get a request for a snapshot we don't recognize.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownSnapshotException
public UnknownSnapshotException(String msg)
- Parameters:
msg
- full information about the failure
UnknownSnapshotException
public UnknownSnapshotException(String msg,
Exception e)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.