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