public final class OnCompletedFailedException extends RuntimeException
Observer.onCompleted() .
| Constructor and Description |
|---|
OnCompletedFailedException(String
Customizes the
Throwable with a custom message and wraps it before it is to be re-thrown as an
OnCompletedFailedException.
|
OnCompletedFailedException(Throwable
Wraps the
Throwable before it is to be re-thrown as an
OnCompletedFailedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OnCompletedFailedException(Throwablethrowable)
Throwable before it is to be re-thrown as an
OnCompletedFailedException.
e - the
Throwable to re-throw; if null, a NullPointerException is constructed
public OnCompletedFailedException(Stringmessage, Throwable throwable)
Throwable with a custom message and wraps it before it is to be re-thrown as an
OnCompletedFailedException.
message - the message to assign to the
Throwable to re-throw
e - the
Throwable to re-throw; if null, a NullPointerException is constructed