Uses of Class
org.bson.BSONException
-
Packages that use BSONException Package Description org.bson Contains the base BSON classes. -
-
Uses of BSONException in org.bson
Subclasses of BSONException in org.bson Modifier and Type Class Description class
BsonInvalidOperationException
An exception indicating an invalid BSON operation.class
BsonMaximumSizeExceededException
An exception indicating a failure to serialize a BSON document due to it exceeding the maximum size.class
BsonSerializationException
An exception indicating a failure to serialize a BSON value.
-