sealed class ConnectionNotInitialized extends Exception with DriverException with Product with Serializable with Equals

Linear Supertypes
Product, Equals, DriverException, ReactiveMongoException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionNotInitialized
  2. Product
  3. Equals
  4. DriverException
  5. ReactiveMongoException
  6. Exception
  7. Throwable
  8. Serializable
  9. AnyRef
  10. 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. val cause: Throwable
  3. def equals(that: Any): Boolean
    Definition Classes
    ConnectionNotInitialized → Equals → AnyRef → Any
  4. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  5. def getCause(): Throwable
    Definition Classes
    DriverException → Throwable
  6. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  7. def getMessage(): String
    Definition Classes
    ReactiveMongoException → Throwable
  8. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  9. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  10. lazy val hashCode: Int
  11. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  12. val message: String

    explanation message

    explanation message

    Definition Classes
    ConnectionNotInitializedReactiveMongoException
  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 setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  19. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any

Deprecated Value Members

  1. def canEqual(other: Any): Boolean
    Definition Classes
    ConnectionNotInitialized → Equals
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class

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

    (Since version 0.20.3) No longer a case class

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

    (Since version 0.20.3) No longer a case class

  4. def productIterator: Iterator[Any]
    Definition Classes
    ConnectionNotInitialized → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class

  5. val productPrefix: String
    Definition Classes
    ConnectionNotInitialized → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class