Skip to content

Kotlin BSON • Multiplatform abstraction for different BSON implementationsopensavvy.ktmongo.bsonBsonReaderException

BsonReaderException

class BsonReaderException(message: String, cause: Throwable? = null) : IllegalStateException

Exception thrown when BSON reading fails.

See also

Constructors

BsonReaderException

constructor(message: String, cause: Throwable? = null)

Properties

cause

open val cause: Throwable?

message

open val message: String?