Class TableBusyException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      TableBusyException​(java.lang.String msg)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TableBusyException

        public TableBusyException​(java.lang.String msg)
        Deprecated.