Package reactor.core
Class Exceptions.SourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
reactor.core.Exceptions.SourceException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
A
Throwable that wraps the actual cause delivered via
Subscriber.onError(Throwable) in case of
Publishers that themselves emit items of type
Publisher. This wrapper is used to distinguish
errors delivered by the upstream sequence from the ones that happen via
the inner sequence processing chain.- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-