public class MongoInternalException extends MongoException
| Constructor and Description |
|---|
MongoInternalException(java.lang.String msg) |
MongoInternalException(java.lang.String msg,
java.lang.Throwable t) |
fromThrowable, 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