Serializable
public class BulkWriteException extends MongoServerException
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β() |
fromThrowable, fromThrowableNonNull, getCode
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β()