Class UndeliverableException

All Implemented Interfaces:
Serializable

public final class UndeliverableException extends IllegalStateException
Wrapper for Throwable errors that are sent to RxJavaPlugins.onError.

History: 2.0.6 - experimental; 2.1 - beta

Since:
2.2
See Also:
  • Field Details

  • Constructor Details

    • UndeliverableException

      public UndeliverableException(Throwable cause)
      Construct an instance by wrapping the given, non-null cause Throwable.
      Parameters:
      cause - the cause, not null