public final class UnsubscribeFailedException
extends java.lang.RuntimeException
Subscriber.unsubscribe()
.Constructor and Description |
---|
UnsubscribeFailedException(java.lang.String message,
java.lang.Throwable throwable)
Customizes the
Throwable with a custom message and wraps it before it is to be re-thrown as an
UnsubscribeFailedException . |
UnsubscribeFailedException(java.lang.Throwable throwable)
Wraps the
Throwable before it is to be re-thrown as an OnErrorFailedException . |
public UnsubscribeFailedException(java.lang.Throwable throwable)
Throwable
before it is to be re-thrown as an OnErrorFailedException
.throwable
- the Throwable
to re-throw; if null, a NullPointerException is constructedpublic UnsubscribeFailedException(java.lang.String message, java.lang.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-throwthrowable
- the Throwable
to re-throw; if null, a NullPointerException is constructed