monix.reactive

exceptions

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class BufferOverflowException extends execution.exceptions.BufferOverflowException

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

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

    A composite exception represents a list of exceptions that were caught while delaying errors in the processing of observables.

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

    Moved to monix.execution.exceptions.DownstreamTimeoutException.

  4. class MultipleSubscribersException extends APIContractViolationException with Serializable with Product

    Annotations
    @deprecated
    Deprecated

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

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

    Annotations
    @deprecated
    Deprecated

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

Ungrouped