com.mongodb
Class MongoInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mongodb.MongoException
com.mongodb.MongoInternalException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DBPortPool.NoMoreConnection
public class MongoInternalException
- extends MongoException
An Mongo exception internal to the driver, not carrying any error code
- Author:
- antoine
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MongoInternalException
public MongoInternalException(String msg)
- Parameters:
msg
- the message
MongoInternalException
public MongoInternalException(String msg,
Throwable t)
- Parameters:
msg
- the messaget
- the throwable cause