|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mongodb.MongoException
com.mongodb.MongoInternalException
public class MongoInternalException
An Mongo exception internal to the driver, not carrying any error code
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.mongodb.MongoException |
|---|
MongoException.CursorNotFound, MongoException.DuplicateKey, MongoException.Network |
| Constructor Summary | |
|---|---|
MongoInternalException(java.lang.String msg)
|
|
MongoInternalException(java.lang.String msg,
java.lang.Throwable t)
|
|
| Method Summary |
|---|
| Methods inherited from class com.mongodb.MongoException |
|---|
getCode |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MongoInternalException(java.lang.String msg)
msg - the message
public MongoInternalException(java.lang.String msg,
java.lang.Throwable t)
msg - the messaget - the throwable cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||