reactivemongo.core

errors

package errors

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

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

  2. trait DatabaseException extends Exception with ReactiveMongoException

    An error thrown by a MongoDB node.

  3. class DetailedDatabaseException extends Exception with DatabaseException

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

  4. trait DriverException extends Exception with ReactiveMongoException

    A driver-specific error

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

    A generic error thrown by a MongoDB node.

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

    A generic driver error.

  7. trait ReactiveMongoException extends Exception

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

Value Members

  1. object ReactiveMongoException extends Serializable

Ungrouped