Class 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 Detail

      • TableDeletedException

        public TableDeletedException​(String tableId)
      • TableDeletedException

        public TableDeletedException​(String tableId,
                                     Exception cause)
        Since:
        2.0.0
    • Method Detail

      • getTableId

        public String getTableId()