| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | io.reactivex.exceptions.MissingBackpressureException | |||
Indicates that an operator attempted to emit a value but the downstream wasn't ready for it.
| 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
| |||||||||||
Constructs a MissingBackpressureException without message or cause.
Constructs a MissingBackpressureException with the given message but no cause.
| message | the error message |
|---|