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:
 Serializable
public class SubscriptionFailureException extends RuntimeException
Exception 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- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSubscriberId
public NoSQLSubscriberId getSubscriberId()
Gets id of of the failed subscriber- Returns:
 - id of of the failed subscriber
 
 
 - 
 
 -