| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | com.mongodb.MongoException | ||||
| ↳ | com.mongodb.MongoInternalException | ||||
Known Direct Subclasses
|
Known Indirect Subclasses
|
An Mongo exception internal to the driver, not carrying any error code
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.mongodb.MongoException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
| msg | the message |
|---|---|
| t | the throwable cause |