Package oracle.kv.pubsub
Class SubscriptionFailureException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- oracle.kv.pubsub.SubscriptionFailureException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class SubscriptionFailureException extends java.lang.RuntimeExceptionException raised when a subscription fails. It will be raised to caller, and signaled via onError implemented by subscriber.- See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoSQLSubscriberIdgetSubscriberId()Gets id of of the failed subscriber 
 - 
 
- 
- 
Method Detail
- 
getSubscriberId
public NoSQLSubscriberId getSubscriberId()
Gets id of of the failed subscriber- Returns:
 - id of of the failed subscriber
 
 
 - 
 
 -