sealed class ConnectionNotInitialized extends Exception with DriverException with Product with Serializable with Equals
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectionNotInitialized
- Product
- Equals
- DriverException
- ReactiveMongoException
- Exception
- Throwable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def addSuppressed(arg0: Throwable): Unit
- Definition Classes
- Throwable
- val cause: Throwable
- Definition Classes
- ConnectionNotInitialized → DriverException
- def equals(that: Any): Boolean
- Definition Classes
- ConnectionNotInitialized → Equals → AnyRef → Any
- def fillInStackTrace(): Throwable
- Definition Classes
- Throwable
- def getCause(): Throwable
- Definition Classes
- DriverException → Throwable
- def getLocalizedMessage(): String
- Definition Classes
- Throwable
- def getMessage(): String
- Definition Classes
- ReactiveMongoException → Throwable
- def getStackTrace(): Array[StackTraceElement]
- Definition Classes
- Throwable
- final def getSuppressed(): Array[Throwable]
- Definition Classes
- Throwable
- lazy val hashCode: Int
- def initCause(arg0: Throwable): Throwable
- Definition Classes
- Throwable
- val message: String
explanation message
explanation message
- Definition Classes
- ConnectionNotInitialized → 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 setStackTrace(arg0: Array[StackTraceElement]): Unit
- Definition Classes
- Throwable
- def toString(): String
- Definition Classes
- Throwable → AnyRef → Any
Deprecated Value Members
- def canEqual(other: Any): Boolean
- Definition Classes
- ConnectionNotInitialized → Equals
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.3) No longer a case class
- val productArity: Int
- Definition Classes
- ConnectionNotInitialized → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.3) No longer a case class
- def productElement(i: Int): Any
- Definition Classes
- ConnectionNotInitialized → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.3) No longer a case class
- def productIterator: Iterator[Any]
- Definition Classes
- ConnectionNotInitialized → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.3) No longer a case class
- val productPrefix: String
- Definition Classes
- ConnectionNotInitialized → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.20.3) No longer a case class