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
public class TableNotFoundException
- extends Exception
Thrown when the table specified doesn't exist when it was expected to
- 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(String tableId,
String tableName,
String description)
- 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(ThriftTableOperationException e)
- Parameters:
e - constructs an exception from a thrift exception
getTableName
public String getTableName()
- Returns:
- the name of the table sought
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.