monix.reactive

exceptions

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class BufferOverflowException extends RuntimeException

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

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

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

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

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

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

Ungrouped