Package org.apache.accumulo.core.client
Class TableNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.accumulo.core.client.TableNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when the table specified doesn't exist when it was expected to
- See Also:
-
Constructor Summary
ConstructorDescriptionTableNotFoundException
(String tableId, String tableName, String description) TableNotFoundException
(String tableId, String tableName, String description, Throwable cause) TableNotFoundException
(String tableName, NamespaceNotFoundException e) TableNotFoundException
(org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableNotFoundException
- Parameters:
tableId
- the internal id of the table that was soughttableName
- the visible name of the table that was soughtdescription
- the specific reason why it failed
-
TableNotFoundException
public TableNotFoundException(String tableId, String tableName, String description, Throwable cause) - Parameters:
tableId
- the internal id of the table that was soughttableName
- the visible name of the table that was soughtdescription
- the specific reason why it failedcause
- the exception that caused this failure
-
TableNotFoundException
public TableNotFoundException(org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException e) - Parameters:
e
- constructs an exception from a thrift exception
-
TableNotFoundException
- Parameters:
tableName
- the original specified tablee
- indicates that a table wasn't found because the namespace specified in the table name wasn't found
-
-
Method Details
-
getTableName
- Returns:
- the name of the table sought
-