Package

reactivemongo.core

errors

Permalink

package errors

Visibility
  1. Public
  2. All

Type Members

  1. case class ConnectionException(message: String) extends Exception with DriverException with Product with Serializable

    Permalink
  2. case class ConnectionNotInitialized(message: String) extends Exception with DriverException with Product with Serializable

    Permalink
  3. trait DatabaseException extends Exception with ReactiveMongoException

    Permalink

    An error thrown by a MongoDB node.

  4. class DetailedDatabaseException extends Exception with DatabaseException with NoStackTrace

    Permalink

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

  5. trait DriverException extends Exception with ReactiveMongoException

    Permalink

    A driver-specific error

  6. case class GenericDatabaseException(message: String, code: Option[Int]) extends Exception with DatabaseException with Product with Serializable

    Permalink

    A generic error thrown by a MongoDB node.

  7. case class GenericDriverException(message: String) extends Exception with DriverException with NoStackTrace with Product with Serializable

    Permalink

    A generic driver error.

  8. trait ReactiveMongoException extends Exception

    Permalink

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

Value Members

  1. object ConnectionNotInitialized extends Serializable

    Permalink
  2. object ReactiveMongoException extends Serializable

    Permalink

Ungrouped