public final class

UndeliverableException

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

Class Overview

Wrapper for Throwable errors that are sent to `RxJavaPlugins.onError`.

History: 2.0.6 - experimental

Summary

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

Public Constructors

public UndeliverableException (Throwable cause)

Construct an instance by wrapping the given, non-null cause Throwable.

Parameters
cause the cause, not null