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:
- java.io.Serializable
public class TableNotFoundException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TableNotFoundException
public TableNotFoundException(java.lang.String tableId,
java.lang.String tableName,
java.lang.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(java.lang.String tableId,
java.lang.String tableName,
java.lang.String description,
java.lang.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 java.lang.String getTableName()
- Returns:
- the name of the table sought
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.