Package

reactivemongo.core

errors

Permalink

package errors

Visibility
  1. Public
  2. All

Type Members

  1. class ConnectionException extends Exception with DriverException with Product1[String] with Serializable

    Permalink
  2. sealed class ConnectionNotInitialized extends Exception with DriverException with Product with Serializable with Serializable with Equals

    Permalink
  3. trait DatabaseException extends Exception with ReactiveMongoException

    Permalink

    An error thrown by a MongoDB node.

  4. trait DriverException extends Exception with ReactiveMongoException

    Permalink

    A driver-specific error

  5. class GenericDatabaseException extends Exception with DatabaseException with Product2[String, Option[Int]] with Serializable

    Permalink

    A generic error thrown by a MongoDB node.

  6. class GenericDriverException extends Exception with DriverException with NoStackTrace with Product1[String] with Serializable

    Permalink

    A generic driver error.

  7. trait ReactiveMongoException extends Exception

    Permalink

    An error that can come from a MongoDB node or not.

  8. class DetailedDatabaseException extends Exception with DatabaseException with NoStackTrace

    Permalink

    An error thrown by a MongoDB node (containing the original document of the error).

    An error thrown by a MongoDB node (containing the original document of the error).

    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.0) Will be remove

Ungrouped