public class MongoInternalException extends MongoException
MongoException.CursorNotFound, MongoException.DuplicateKey, MongoException.Network| Constructor and Description |
|---|
MongoInternalException(java.lang.String msg) |
MongoInternalException(java.lang.String msg,
java.lang.Throwable t) |
getCodepublic MongoInternalException(java.lang.String msg)
msg - the description of the problempublic MongoInternalException(java.lang.String msg,
java.lang.Throwable t)
msg - the description of the problemt - the Throwable root cause