Class SubscriptionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SubscriptionException
    extends java.lang.Exception
    Thrown by the subscribe and unsubscribe methods in DataProvider if the request cannot be satisfied.
    See Also:
    DataProvider, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SubscriptionException​(java.lang.String msg)
      Constructs a SubscriptionException with a supplied error message text.
    • Method Summary

      • 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
    • Constructor Detail

      • SubscriptionException

        public SubscriptionException​(@Nullable
                                     java.lang.String msg)
        Constructs a SubscriptionException with a supplied error message text.
        Parameters:
        msg - The detail message.