reactivemongo.core

errors

package errors

Visibility
  1. Public
  2. All

Type Members

  1. case class ConnectionException(message: String) extends Exception with DriverException with Product 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. 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 NoStackTrace with Product 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).

Value Members

  1. object ConnectionNotInitialized extends Serializable

  2. object ReactiveMongoException extends Serializable

Ungrouped