package errors
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class ConnectionException extends Exception with DriverException with Product1[String] with Serializable
- sealed class ConnectionNotInitialized extends Exception with DriverException with Product with Serializable with Equals
- trait DatabaseException extends Exception with ReactiveMongoException
An error thrown by a MongoDB node.
- trait DriverException extends Exception with ReactiveMongoException
A driver-specific error
- class GenericDatabaseException extends Exception with DatabaseException with Product2[String, Option[Int]] with Serializable
A generic error thrown by a MongoDB node.
- class GenericDriverException extends Exception with DriverException with NoStackTrace with Product1[String] with Serializable
A generic driver error.
- trait ReactiveMongoException extends Exception
An error that can come from a MongoDB node or not.
Deprecated Type Members
- 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
- object ConnectionException extends AbstractFunction1[String, ConnectionException] with Serializable
- object ConnectionNotInitialized extends Serializable
- object GenericDatabaseException extends AbstractFunction2[String, Option[Int], GenericDatabaseException] with Serializable
- object GenericDriverException extends AbstractFunction1[String, GenericDriverException] with Serializable
- object ReactiveMongoException extends Serializable