class ConnectionException extends Exception with DriverException with Product1[String] with Serializable

Linear Supertypes
Product1[String], Product, Equals, DriverException, ReactiveMongoException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionException
  2. Product1
  3. Product
  4. Equals
  5. DriverException
  6. ReactiveMongoException
  7. Exception
  8. Throwable
  9. Serializable
  10. AnyRef
  11. 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
    ConnectionException → Equals → AnyRef → Any
  3. def fillInStackTrace(): Throwable
    Definition Classes
    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
    ConnectionException → AnyRef → Any
  10. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  11. val message: String

    explanation message

    explanation message

    Definition Classes
    ConnectionExceptionReactiveMongoException
  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
    ConnectionException → Throwable → AnyRef → Any

Deprecated Value Members

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

    (Since version 0.20.3) No longer a case class

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

    (Since version 0.20.3) No longer a case class