Serializable
public class BulkWriteException extends MongoServerException
TRANSIENT_TRANSACTION_ERROR_LABEL, UNKNOWN_TRANSACTION_COMMIT_RESULT_LABEL
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
WriteConcernError |
getWriteConcernError() |
The write concern error, which may be null (in which case the list of errors will not be empty).
|
List<BulkWriteError> |
getWriteErrors() |
The list of errors, which will not be null, but may be empty (if the write concern error is not null).
|
BulkWriteResult |
getWriteResult() |
The result of all successfully processed write operations.
|
int |
hashCode() |
addLabel, fromThrowable, fromThrowableNonNull, getCode, getErrorLabels, hasErrorLabel, removeLabel
getServerAddress
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BulkWriteResult getWriteResult()
public List<BulkWriteError> getWriteErrors()
public WriteConcernError getWriteConcernError()