Class SubscriptionTableNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SubscriptionTableNotFoundException
    extends java.lang.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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getTables()
      Gets the set of tables that are not found
      • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getTables

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