public class WriteConcernError
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
code |
private BsonDocument |
details |
private java.lang.String |
message |
Constructor and Description |
---|
WriteConcernError(int code,
java.lang.String message,
BsonDocument details)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getCode()
Gets the code associated with this error.
|
BsonDocument |
getDetails()
Gets the details associated with this error.
|
java.lang.String |
getMessage()
Gets the message associated with this error.
|
int |
hashCode() |
java.lang.String |
toString() |
private final int code
private final java.lang.String message
private final BsonDocument details
public WriteConcernError(int code, java.lang.String message, BsonDocument details)
code
- the error codemessage
- the error messagedetails
- any detailspublic int getCode()
public java.lang.String getMessage()
public BsonDocument getDetails()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object