Class UndeliverableException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class UndeliverableException
    extends java.lang.IllegalStateException
    Wrapper for Throwable errors that are sent to RxJavaPlugins.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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UndeliverableException

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