Package oracle.kv.pubsub
Class SubscriptionTableNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.kv.pubsub.SubscriptionTableNotFoundException
- All Implemented Interfaces:
 Serializable
Exception raised when one or more tables are not found in kvstore when
 performing an operation on a subscription.
- Since:
 - 19.3
 - See Also:
 
- 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Method Details
- 
getTables
Gets the set of tables that are not found- Returns:
 - set of tables that are not found
 
 
 -