JavaScript is disabled on your browser.
Skip navigation links
  • Detail:
  • Field |
  • Constr |
  • Method
io.reactivex.rxjava3.exceptions

Class QueueOverflowException

  • All Implemented Interfaces:
    Serializable


    public final class QueueOverflowException
    extends RuntimeException 
    Indicates an overflow happened because the upstream disregarded backpressure completely or Subscriber.onNext(Object) was called concurrently from multiple threads without synchronization. Rarely, it is an indication of bugs inside an operator.
    Since:
    3.1.6
    See Also:
    Serialized Form
    • Constructor Detail

      • QueueOverflowException

        public QueueOverflowException()
        Constructs a QueueOverflowException with the default message.
      • QueueOverflowException

        public QueueOverflowException(String message)
        Constructs a QueueOverflowException with the given message but no cause.
        Parameters:
        message - the error message
Skip navigation links
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /