sealed abstract class FailedAuthentication extends Exception with BSONCommandError with AuthenticationResult with Product with Serializable
A failed authentication result
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.1) Internal: will be made private
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FailedAuthentication
- Product
- Equals
- AuthenticationResult
- BSONCommandError
- CommandError
- ReactiveMongoException
- Exception
- Throwable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type Pack <: SerializationPack
Abstract Value Members
Concrete Value Members
- final def addSuppressed(arg0: Throwable): Unit
- Definition Classes
- Throwable
- def canEqual(that: Any): Boolean
- Definition Classes
- FailedAuthentication → Equals
- def equals(that: Any): Boolean
- Definition Classes
- FailedAuthentication → Equals → 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
- BSONCommandError → CommandError → ReactiveMongoException → Throwable
- def getStackTrace(): Array[StackTraceElement]
- Definition Classes
- Throwable
- final def getSuppressed(): Array[Throwable]
- Definition Classes
- Throwable
- def hashCode(): Int
- Definition Classes
- FailedAuthentication → AnyRef → Any
- def initCause(arg0: Throwable): Throwable
- Definition Classes
- Throwable
- def message: String
The explanation of the error
The explanation of the error
- Definition Classes
- FailedAuthentication → ReactiveMongoException
- def printStackTrace(arg0: PrintWriter): Unit
- Definition Classes
- Throwable
- def printStackTrace(arg0: PrintStream): Unit
- Definition Classes
- Throwable
- def printStackTrace(): Unit
- Definition Classes
- Throwable
- 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
- Throwable → AnyRef → Any
Deprecated Value Members
- lazy val originalDocument: Option[BSONDocument]
- Definition Classes
- FailedAuthentication → BSONCommandError
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.1) Use
response
- val productArity: Int
- Definition Classes
- FailedAuthentication → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.1) No longer a ReactiveMongo case class
- def productElement(n: Int): Any
- Definition Classes
- FailedAuthentication → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.1) No longer a ReactiveMongo case class