org.apache.hadoop.hbase
Class TableNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.TableNotFoundException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Stable
public class TableNotFoundException
- extends DoNotRetryIOException
Thrown when a table can not be located
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TableNotFoundException
public TableNotFoundException()
- default constructor
TableNotFoundException
public TableNotFoundException(String s)
- Parameters:
s
- message
TableNotFoundException
public TableNotFoundException(byte[] tableName)
TableNotFoundException
public TableNotFoundException(TableName tableName)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.