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:
  • Constructor Details

    • TableOfflineException

      @Deprecated(since="2.0.0") public TableOfflineException(Instance instance, String tableId)
      Deprecated.
      since 2.0.0, replaced by TableOfflineException(String)
    • TableOfflineException

      public TableOfflineException(String msg)
      Since:
      2.0.0
    • TableOfflineException

      public TableOfflineException(TableId tableId, String tableName)
      Since:
      2.1.0
    • TableOfflineException

      public TableOfflineException(Exception cause)
      Since:
      2.0.0