public final class

MissingBackpressureException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ io.reactivex.exceptions.MissingBackpressureException

Class Overview

Indicates that an operator attempted to emit a value but the downstream wasn't ready for it.

Summary

Public Constructors
MissingBackpressureException()
Constructs a MissingBackpressureException without message or cause.
MissingBackpressureException(String message)
Constructs a MissingBackpressureException with the given message but no cause.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MissingBackpressureException ()

Constructs a MissingBackpressureException without message or cause.

public MissingBackpressureException (String message)

Constructs a MissingBackpressureException with the given message but no cause.

Parameters
message the error message