public class DuplicateKeyException extends WriteConcernException
WriteConcernException representing a duplicate key exception| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DuplicateKeyException(BsonDocument response,
ServerAddress address,
WriteConcernResult writeConcernResult)
Construct an instance.
|
extractErrorCode, extractErrorMessage, getErrorCode, getErrorMessage, getResponse, getWriteConcernResultgetServerAddressfromThrowable, getCodeprivate static final long serialVersionUID
public DuplicateKeyException(BsonDocument response, ServerAddress address, WriteConcernResult writeConcernResult)
response - the response from the serveraddress - the server addresswriteConcernResult - the write concern result