Package org.apache.accumulo.core.client
Class TableDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.accumulo.core.client.TableDeletedException
- All Implemented Interfaces:
- Serializable
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:
- 
Constructor SummaryConstructorsConstructorDescriptionTableDeletedException(String tableId) TableDeletedException(String tableId, Exception cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TableDeletedException
- 
TableDeletedException- Since:
- 2.0.0
 
 
- 
- 
Method Details- 
getTableId
 
-