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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FailedAuthentication
  2. Product
  3. Equals
  4. AuthenticationResult
  5. BSONCommandError
  6. CommandError
  7. ReactiveMongoException
  8. Exception
  9. Throwable
  10. Serializable
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Pack <: SerializationPack

Abstract Value Members

  1. abstract val code: Option[Int]

    error code

    error code

    Definition Classes
    CommandError
  2. abstract val pack: Pack

Concrete Value Members

  1. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  2. def canEqual(that: Any): Boolean
    Definition Classes
    FailedAuthentication → Equals
  3. def equals(that: Any): Boolean
    Definition Classes
    FailedAuthentication → Equals → AnyRef → Any
  4. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  5. def getCause(): Throwable
    Definition Classes
    Throwable
  6. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  7. def getMessage(): String
    Definition Classes
    BSONCommandErrorCommandErrorReactiveMongoException → Throwable
  8. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  9. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  10. def hashCode(): Int
    Definition Classes
    FailedAuthentication → AnyRef → Any
  11. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  12. def message: String

    The explanation of the error

    The explanation of the error

    Definition Classes
    FailedAuthenticationReactiveMongoException
  13. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  14. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  15. def printStackTrace(): Unit
    Definition Classes
    Throwable
  16. def productElementName(n: Int): String
    Definition Classes
    Product
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. def productIterator: Iterator[Any]
    Definition Classes
    Product
  19. def productPrefix: String
    Definition Classes
    Product
  20. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  21. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any

Deprecated Value Members

  1. lazy val originalDocument: Option[BSONDocument]
    Definition Classes
    FailedAuthenticationBSONCommandError
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) Use response

  2. val productArity: Int
    Definition Classes
    FailedAuthentication → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) No longer a ReactiveMongo case class

  3. def productElement(n: Int): Any
    Definition Classes
    FailedAuthentication → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) No longer a ReactiveMongo case class