public class TableNotFoundException extends Exception
Constructor and Description |
---|
TableNotFoundException(String tableName,
NamespaceNotFoundException e) |
TableNotFoundException(String tableId,
String tableName,
String description) |
TableNotFoundException(String tableId,
String tableName,
String description,
Throwable cause) |
TableNotFoundException(org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException e) |
Modifier and Type | Method and Description |
---|---|
String |
getTableName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TableNotFoundException(String tableId, String tableName, String description)
tableId
- the internal id of the table that was soughttableName
- the visible name of the table that was soughtdescription
- the specific reason why it failedpublic TableNotFoundException(String tableId, String tableName, String description, Throwable cause)
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 failurepublic TableNotFoundException(org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException e)
e
- constructs an exception from a thrift exceptionpublic TableNotFoundException(String tableName, NamespaceNotFoundException e)
tableName
- the original specified tablee
- indicates that a table wasn't found because the namespace specified in the table name wasn't foundpublic String getTableName()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.