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:
- java.io.Serializable
public class TableExistsException
- extends java.lang.Exception
Thrown when the table specified already exists, and it was expected that it didn't
- 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 |
TableExistsException
public TableExistsException(java.lang.String tableId,
java.lang.String tableName,
java.lang.String description)
- Parameters:
tableId
- the internal id of the table that existstableName
- the visible name of the table that existsdescription
- the specific reason why it failed
TableExistsException
public TableExistsException(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 existstableName
- the visible name of the table that existsdescription
- the specific reason why it failedcause
- the exception that caused this failure
TableExistsException
public TableExistsException(ThriftTableOperationException e)
- Parameters:
e
- constructs an exception from a thrift exception
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.