Package org.apache.accumulo.core.client
Class TableExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.accumulo.core.client.TableExistsException
- All Implemented Interfaces:
- Serializable
Thrown when the table specified already exists, and it was expected that it didn't
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionTableExistsException(String tableId, String tableName, String description) TableExistsException(String tableId, String tableName, String description, Throwable cause) TableExistsException(org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException e) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TableExistsException- Parameters:
- tableId- the internal id of the table that exists
- tableName- the visible name of the table that exists
- description- the specific reason why it failed
 
- 
TableExistsException- Parameters:
- tableId- the internal id of the table that exists
- tableName- the visible name of the table that exists
- description- the specific reason why it failed
- cause- the exception that caused this failure
 
- 
TableExistsExceptionpublic TableExistsException(org.apache.accumulo.core.clientImpl.thrift.ThriftTableOperationException e) - Parameters:
- e- constructs an exception from a thrift exception
 
 
-