com.mongodb
Class MongoException.Network
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mongodb.MongoException
com.mongodb.MongoException.Network
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MongoException
public static class MongoException.Network
- extends MongoException
Subclass of MongoException representing a network-related exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MongoException.Network
public MongoException.Network(String msg,
IOException ioe)
- Parameters:
msg
- the messageioe
- the cause
MongoException.Network
public MongoException.Network(IOException ioe)
- Parameters:
ioe
- the cause