public class TableNotFoundException extends Exception
| Constructor and Description | 
|---|
| 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, toStringpublic 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 String getTableName()
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.