public class BulkWriteException extends MongoServerException
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o) |
WriteConcernError |
getWriteConcernError()
The write concern error, which may be null (in which case the list of errors will not be empty).
|
java.util.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() |
getServerAddressfromThrowable, getCodepublic BulkWriteResult getWriteResult()
public java.util.List<BulkWriteError> getWriteErrors()
public WriteConcernError getWriteConcernError()
public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Object