Class TableBusyException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class TableBusyException
    extends RetryableException
    Deprecated.
    this class is no longer used
    An exception that is thrown when a table operation fails because the table is in use or busy. Only one modification operation at a time is allowed on a table.
    See Also:
    Serialized Form
    • Constructor Detail

      • TableBusyException

        public TableBusyException​(String msg)
        Deprecated.