Package com.mongodb

Class BulkWriteException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2021-05-27")
    public class BulkWriteException
    extends MongoServerException
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    An exception that represents all errors associated with a bulk write operation.
    Since:
    2.12
    See Also:
    Serialized Form
    • Method Detail

      • getWriteResult

        public BulkWriteResult getWriteResult()
        Deprecated.
        The result of all successfully processed write operations. This will never be null.
        Returns:
        the bulk write result
      • getWriteErrors

        public java.util.List<BulkWriteError> getWriteErrors()
        Deprecated.
        The list of errors, which will not be null, but may be empty (if the write concern error is not null).
        Returns:
        the list of errors
      • getWriteConcernError

        public WriteConcernError getWriteConcernError()
        Deprecated.
        The write concern error, which may be null (in which case the list of errors will not be empty).
        Returns:
        the write concern error
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object