org.apache.accumulo.core.client
Class TableDeletedException

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

public class TableDeletedException
extends RuntimeException

This exception is thrown if a table is deleted after an operation starts. For example if table A exist when a scan is started, but is deleted during the scan then this exception is thrown.

See Also:
Serialized Form

Constructor Summary
TableDeletedException(String tableId)
           
 
Method Summary
 String getTableId()
           
 
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

TableDeletedException

public TableDeletedException(String tableId)
Method Detail

getTableId

public String getTableId()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.