public class MongoWriteException extends MongoServerException
Constructor and Description |
---|
MongoWriteException(WriteError error,
ServerAddress serverAddress)
Construct an instance
|
Modifier and Type | Method and Description |
---|---|
WriteError |
getError()
Gets the error.
|
getServerAddress
fromThrowable, getCode
public MongoWriteException(WriteError error, ServerAddress serverAddress)
error
- the errorserverAddress
- the server addresspublic WriteError getError()