public class CancelException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static CancelException |
Instance |
| Constructor and Description |
|---|
CancelException(org.reactivestreams.Subscription subs) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
org.reactivestreams.Subscription |
getSubs() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final CancelException Instance
public org.reactivestreams.Subscription getSubs()
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2015. All rights reserved.