public class MongoInternalException extends MongoException
MongoException.CursorNotFound, MongoException.DuplicateKey, MongoException.Network| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
_code| Constructor and Description |
|---|
MongoInternalException(java.lang.String msg) |
MongoInternalException(java.lang.String msg,
java.lang.Throwable t) |
getCode, parseprivate static final long serialVersionUID
public 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