Example usage for Java com.mongodb MongoException fields, constructors, methods, implement or subclass
The text is from its open source code.
MongoException(final String msg) | |
MongoException(final int code, final String msg) | |
MongoException(final String msg, final Throwable t) |
int | getCode() Gets the exception code |