BsonEncodingException¶
class BsonEncodingException(message: String, cause: Throwable? = null) : IllegalStateException
Exception thrown when encoding a BsonValue fails.
This typically happens when the data is malformed one way or another.
class BsonEncodingException(message: String, cause: Throwable? = null) : IllegalStateException
Exception thrown when encoding a BsonValue fails.
This typically happens when the data is malformed one way or another.
cause¶message¶