package exceptions
Type Members
-
class
BufferOverflowException
extends RuntimeException
An exception emitted on buffer overflow, like when using OverflowStrategy.Fail.
-
case class
CompositeException
(errors: Seq[Throwable]) extends RuntimeException with Product with Serializable
A composite exception represents a list of exceptions that were caught while delaying errors in the processing of observables.
A composite exception represents a list of exceptions that were caught while delaying errors in the processing of observables.
Used in operators such as
mergeDelayErrors,concatDelayError,combineLatestDelayError, etc... - final case class DownstreamTimeoutException (timeout: FiniteDuration) extends TimeoutException with Product with Serializable
-
final
case class
MultipleSubscribersException
(observableType: String) extends RuntimeException with Product with Serializable
The
MultipleSubscribersExceptionhappens for hot observables that support a single subscriber. - final case class UpstreamTimeoutException (timeout: FiniteDuration) extends TimeoutException with Product with Serializable