package errors
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class ConnectionException(message: String) extends Exception with DriverException with Product with Serializable
- sealed class ConnectionNotInitialized extends Exception with DriverException with Product with Serializable with Serializable with Equals
-
trait
DatabaseException extends Exception with ReactiveMongoException
An error thrown by a MongoDB node.
-
class
DetailedDatabaseException extends Exception with DatabaseException with NoStackTrace
An error thrown by a MongoDB node (containing the original document of the error).
-
trait
DriverException extends Exception with ReactiveMongoException
A driver-specific error
-
case class
GenericDatabaseException(message: String, code: Option[Int]) extends Exception with DatabaseException with Product with Serializable
A generic error thrown by a MongoDB node.
-
case class
GenericDriverException(message: String) extends Exception with DriverException with NoStackTrace with Product with Serializable
A generic driver error.
-
trait
ReactiveMongoException extends Exception
An error that can come from a MongoDB node or not.
Value Members
- object ConnectionNotInitialized extends Serializable
- object ReactiveMongoException extends Serializable