Class
com.mongodb.spark.exceptions
MongoClientCreationException
Related Doc: package exceptions
class MongoClientCreationException extends MongoException
A class for exceptions that come when creating a com.mongodb.MongoClient.
Linear Supertypes
Ordering
Alphabetic
By Inheritance
Inherited
MongoClientCreationException
MongoException
RuntimeException
Exception
Throwable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new MongoClientCreationException(message: String)
new MongoClientCreationException(message: String, throwable: Throwable)
Value Members
def addLabel(arg0: String): Unit
final def addSuppressed(arg0: Throwable): Unit
def fillInStackTrace(): Throwable
def getCause(): Throwable
def getCode(): Int
def getErrorLabels(): Set[String]
def getLocalizedMessage(): String
def getMessage(): String
def getStackTrace(): Array[StackTraceElement]
final def getSuppressed(): Array[Throwable]
def hasErrorLabel(arg0: String): Boolean
def initCause(arg0: Throwable): Throwable
def printStackTrace(arg0: PrintWriter): Unit
def printStackTrace(arg0: PrintStream): Unit
def printStackTrace(): Unit
def removeLabel(arg0: String): Unit
def setStackTrace(arg0: Array[StackTraceElement]): Unit
def toString(): String