Packages

o

org.mongodb.scala

MongoException

object MongoException

Top level Exception for all Exceptions, server-side or client-side, that come from the driver.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MongoException
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val TRANSIENT_TRANSACTION_ERROR_LABEL: String

    An error label indicating that the exception can be treated as a transient transaction error.

    An error label indicating that the exception can be treated as a transient transaction error.

    Since

    2.4

  2. val UNKNOWN_TRANSACTION_COMMIT_RESULT_LABEL: String

    An error label indicating that the exception can be treated as an unknown transaction commit result.

    An error label indicating that the exception can be treated as an unknown transaction commit result.

    Since

    2.4