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
public class TableOfflineException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableOfflineException(Exception cause)
TableOfflineException(String msg)
TableOfflineException(Instance instance, String tableId)
Deprecated.since 2.0.0, replaced byTableOfflineException(String)
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 Detail
-
TableOfflineException
@Deprecated(since="2.0.0") public TableOfflineException(Instance instance, String tableId)
Deprecated.since 2.0.0, replaced byTableOfflineException(String)
-
TableOfflineException
public TableOfflineException(String msg)
- Since:
- 2.0.0
-
TableOfflineException
public TableOfflineException(Exception cause)
- Since:
- 2.0.0
-
-