Package

monix.reactive

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class BufferOverflowException extends execution.exceptions.BufferOverflowException

    Permalink

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

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

    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Moved to monix.execution.exceptions.BufferOverflowException

  2. class CompositeException extends execution.exceptions.CompositeException with Product

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

    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Moved to monix.execution.CompositeException

  3. class DownstreamTimeoutException extends execution.exceptions.DownstreamTimeoutException with Product

    Permalink

    Moved to monix.execution.exceptions.DownstreamTimeoutException.

    Moved to monix.execution.exceptions.DownstreamTimeoutException.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Moved to monix.execution.exceptions.DownstreamTimeoutException

  4. class MultipleSubscribersException extends APIContractViolationException with Serializable with Product

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Use monix.execution.exceptions.APIContractViolationException

  5. class UpstreamTimeoutException extends execution.exceptions.UpstreamTimeoutException with Product

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.2) Moved to monix.execution.UpstreamTimeoutException

Value Members

  1. object CompositeException extends AbstractFunction1[Seq[Throwable], CompositeException] with Serializable

    Permalink
  2. object DownstreamTimeoutException extends AbstractFunction1[FiniteDuration, DownstreamTimeoutException] with Serializable

    Permalink

    Moved to monix.execution.exceptions.DownstreamTimeoutException.

  3. object MultipleSubscribersException extends AbstractFunction1[String, MultipleSubscribersException] with Serializable

    Permalink
  4. object UpstreamTimeoutException extends AbstractFunction1[FiniteDuration, UpstreamTimeoutException] with Serializable

    Permalink

Ungrouped