class GenericDatabaseException extends Exception with DatabaseException with Product2[String, Option[Int]] with Serializable
A generic error thrown by a MongoDB node.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenericDatabaseException
- Product2
- Product
- Equals
- DatabaseException
- ReactiveMongoException
- Exception
- Throwable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def addSuppressed(arg0: Throwable): Unit
- Definition Classes
- Throwable
- val code: Option[Int]
error code
error code
- Definition Classes
- GenericDatabaseException → DatabaseException
- def equals(that: Any): Boolean
- Definition Classes
- GenericDatabaseException → Equals → DatabaseException → AnyRef → Any
- def fillInStackTrace(): Throwable
- Definition Classes
- Throwable
- def getCause(): Throwable
- Definition Classes
- Throwable
- def getLocalizedMessage(): String
- Definition Classes
- Throwable
- def getMessage(): String
- Definition Classes
- DatabaseException → ReactiveMongoException → Throwable
- def getStackTrace(): Array[StackTraceElement]
- Definition Classes
- Throwable
- final def getSuppressed(): Array[Throwable]
- Definition Classes
- Throwable
- def hashCode(): Int
- Definition Classes
- GenericDatabaseException → DatabaseException → AnyRef → Any
- def initCause(arg0: Throwable): Throwable
- Definition Classes
- Throwable
- def isNotAPrimaryError: Boolean
Tells if this error is due to a write on a secondary node.
Tells if this error is due to a write on a secondary node.
- Definition Classes
- DatabaseException
- def isUnauthorized: Boolean
Tells if this error is related to authentication issues.
Tells if this error is related to authentication issues.
- Definition Classes
- DatabaseException
- val message: String
explanation message
explanation message
- Definition Classes
- GenericDatabaseException → ReactiveMongoException
- val originalDocument: None.type
original document of this error
original document of this error
- Definition Classes
- GenericDatabaseException → DatabaseException
- def printStackTrace(arg0: PrintWriter): Unit
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintStream): Unit
- Definition Classes
- Throwable
- def printStackTrace(): Unit
- Definition Classes
- Throwable
- def productArity: Int
- Definition Classes
- Product2 → Product
- def productElement(n: Int): Any
- Definition Classes
- Product2 → Product
- Annotations
- @throws(classOf[java.lang.IndexOutOfBoundsException])
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- def setStackTrace(arg0: Array[StackTraceElement]): Unit
- Definition Classes
- Throwable
- def toString(): String
- Definition Classes
- GenericDatabaseException → DatabaseException → Throwable → AnyRef → Any
Deprecated Value Members
- def _1: String
- Definition Classes
- GenericDatabaseException → Product2
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.20.3) No longer a case class
- def _2: Option[Int]
- Definition Classes
- GenericDatabaseException → Product2
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.20.3) No longer a case class
- def canEqual(that: Any): Boolean
- Definition Classes
- GenericDatabaseException → Equals
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.3) No longer a case class