org.apache.accumulo.core.client
Class TableExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.accumulo.core.client.TableExistsException
All Implemented Interfaces:
Serializable

public class TableExistsException
extends Exception

Thrown when the table specified already exists, and it was expected that it didn't

See Also:
Serialized Form

Constructor Summary
TableExistsException(String tableId, String tableName, String description)
           
TableExistsException(String tableId, String tableName, String description, Throwable cause)
           
TableExistsException(ThriftTableOperationException e)
           
 
Method Summary
 
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
 

Constructor Detail

TableExistsException

public TableExistsException(String tableId,
                            String tableName,
                            String description)
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

public TableExistsException(String tableId,
                            String tableName,
                            String description,
                            Throwable cause)
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

TableExistsException

public TableExistsException(ThriftTableOperationException e)
Parameters:
e - constructs an exception from a thrift exception


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.