class GenericDriverException extends Exception with DriverException with NoStackTrace with Product1[String] with Serializable

A generic driver error.

Linear Supertypes
Product1[String], Product, Equals, NoStackTrace, DriverException, ReactiveMongoException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericDriverException
  2. Product1
  3. Product
  4. Equals
  5. NoStackTrace
  6. DriverException
  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

Value Members

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

    explanation message

    explanation message

    Definition Classes
    GenericDriverExceptionReactiveMongoException
  12. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  13. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  14. def printStackTrace(): Unit
    Definition Classes
    Throwable
  15. def productArity: Int
    Definition Classes
    Product1 → Product
  16. def productElement(n: Int): Any
    Definition Classes
    Product1 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  17. def productElementName(n: Int): String
    Definition Classes
    Product
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. def productIterator: Iterator[Any]
    Definition Classes
    Product
  20. def productPrefix: String
    Definition Classes
    Product
  21. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  22. def toString(): String
    Definition Classes
    GenericDriverException → Throwable → AnyRef → Any

Deprecated Value Members

  1. def _1: String
    Definition Classes
    GenericDriverException → Product1
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  2. def canEqual(that: Any): Boolean
    Definition Classes
    GenericDriverException → Equals
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class