Package org.apache.accumulo.core.client
Class TableOfflineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.accumulo.core.client.TableOfflineException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionTableOfflineException
(Exception cause) TableOfflineException
(Instance instance, String tableId) Deprecated.TableOfflineException
(TableId tableId, String tableName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableOfflineException
Deprecated.since 2.0.0, replaced byTableOfflineException(String)
-
TableOfflineException
- Since:
- 2.0.0
-
TableOfflineException
- Since:
- 2.1.0
-
TableOfflineException
- Since:
- 2.0.0
-
TableOfflineException(String)