| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalStateException | ||||
| ↳ | io.reactivex.exceptions.UndeliverableException | ||||
Wrapper for Throwable errors that are sent to `RxJavaPlugins.onError`.
History: 2.0.6 - experimental
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
UndeliverableException(Throwable cause)
Construct an instance by wrapping the given, non-null
cause Throwable.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Construct an instance by wrapping the given, non-null cause Throwable.
| cause | the cause, not null |
|---|