public class MongoInternalException extends MongoException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MongoInternalException(java.lang.String msg) |
MongoInternalException(java.lang.String msg,
java.lang.Throwable t) |
fromThrowable, getCodeprivate 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