reactivemongo.core

errors

package errors

Visibility
  1. Public
  2. All

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

  8. class DetailedDatabaseException extends Exception with DatabaseException with NoStackTrace

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

Ungrouped