Class SubscriptionTableNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class SubscriptionTableNotFoundException
    extends RuntimeException
    Exception raised when one or more tables are not found in kvstore when performing an operation on a subscription.
    Since:
    19.3
    See Also:
    Serialized Form
    • Method Detail

      • getTables

        public Set<String> getTables()
        Gets the set of tables that are not found
        Returns:
        set of tables that are not found