Package

monix.reactive

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class BufferOverflowException extends RuntimeException

    Permalink

    An exception emitted on buffer overflow, like when using OverflowStrategy.Fail.

  2. case class CompositeException(errors: Seq[Throwable]) extends RuntimeException with Product with Serializable

    Permalink

    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...

  3. final case class DownstreamTimeoutException(timeout: FiniteDuration) extends TimeoutException with Product with Serializable

    Permalink
  4. final case class MultipleSubscribersException(observableType: String) extends RuntimeException with Product with Serializable

    Permalink

    The MultipleSubscribersException happens for hot observables that support a single subscriber.

  5. final case class UpstreamTimeoutException(timeout: FiniteDuration) extends TimeoutException with Product with Serializable

    Permalink

Ungrouped