Package io.reactivex.rxjava3.exceptions
Class UndeliverableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- io.reactivex.rxjava3.exceptions.UndeliverableException
-
- All Implemented Interfaces:
java.io.Serializable
public final class UndeliverableException extends java.lang.IllegalStateException
Wrapper for Throwable errors that are sent toRxJavaPlugins.onError
.History: 2.0.6 - experimental; 2.1 - beta
- Since:
- 2.2
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UndeliverableException(java.lang.Throwable cause)
Construct an instance by wrapping the given, non-null cause Throwable.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-