RxJava



rx.exceptions
Class OnErrorFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by rx.exceptions.OnErrorFailedException
All Implemented Interfaces:
java.io.Serializable

public class OnErrorFailedException
extends java.lang.RuntimeException

Used for re-throwing errors thrown from Observer.onError(Throwable). https://github.com/Netflix/RxJava/issues/969

See Also:
Serialized Form

Constructor Summary
OnErrorFailedException(java.lang.String message, java.lang.Throwable e)
           
OnErrorFailedException(java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

OnErrorFailedException

public OnErrorFailedException(java.lang.String message,
                              java.lang.Throwable e)

OnErrorFailedException

public OnErrorFailedException(java.lang.Throwable e)