Class RejectedSubscribeException

  • All Implemented Interfaces:
    RejectedSubscribeError, java.io.Serializable
    Direct Known Subclasses:
    DuplicateSubscribeException

    public class RejectedSubscribeException
    extends java.lang.RuntimeException
    implements RejectedSubscribeError
    Used in scenarios where a subscribe to an asynchronous source is attempted, but no "real" subscription is established. In other words the subscribe operation was rejected.
    See Also:
    Serialized Form
    • 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

      • RejectedSubscribeException

        public RejectedSubscribeException​(java.lang.String message)
        Create a new instance.
        Parameters:
        message - The exception message.
      • RejectedSubscribeException

        public RejectedSubscribeException​(java.lang.Throwable cause)
        Create a new instance.
        Parameters:
        cause - The cause of the exception.