org.apache.accumulo.core.client
public class TableExistsException extends Exception
Constructor and Description |
---|
TableExistsException(String tableId,
String tableName,
String description) |
TableExistsException(String tableId,
String tableName,
String description,
Throwable cause) |
TableExistsException(ThriftTableOperationException e) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TableExistsException(String tableId, String tableName, String description)
tableId
- the internal id of the table that existstableName
- the visible name of the table that existsdescription
- the specific reason why it failedpublic TableExistsException(String tableId, String tableName, String description, Throwable cause)
tableId
- the internal id of the table that existstableName
- the visible name of the table that existsdescription
- the specific reason why it failedcause
- the exception that caused this failurepublic TableExistsException(ThriftTableOperationException e)
e
- constructs an exception from a thrift exceptionCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.