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(org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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(org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException e)
e
- constructs an exception from a thrift exceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.