public static class MongoException.Network extends MongoException
MongoException.CursorNotFound, MongoException.DuplicateKey, MongoException.Network
Constructor and Description |
---|
Network(IOException ioe) |
Network(String msg,
IOException ioe) |
getCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Network(String msg, IOException ioe)
msg
- the messageioe
- the causepublic Network(IOException ioe)
ioe
- the cause