Packages

package errors

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ConnectionException extends Exception with DriverException with Product1[String] with Serializable
  2. sealed class ConnectionNotInitialized extends Exception with DriverException with Product with Serializable with Equals
  3. trait DatabaseException extends Exception with ReactiveMongoException

    An error thrown by a MongoDB node.

  4. trait DriverException extends Exception with ReactiveMongoException

    A driver-specific error

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

    A generic error thrown by a MongoDB node.

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

    A generic driver error.

  7. trait ReactiveMongoException extends Exception

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

Deprecated Type Members

  1. class DetailedDatabaseException extends Exception with DatabaseException with NoStackTrace

    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

Value Members

  1. object ConnectionException extends AbstractFunction1[String, ConnectionException] with Serializable
  2. object ConnectionNotInitialized extends Serializable
  3. object GenericDatabaseException extends AbstractFunction2[String, Option[Int], GenericDatabaseException] with Serializable
  4. object GenericDriverException extends AbstractFunction1[String, GenericDriverException] with Serializable
  5. object ReactiveMongoException extends Serializable

Ungrouped