Serializable
public class MongoCommandException extends MongoServerException
Constructor | Description |
---|---|
MongoCommandException(BsonDocument response,
ServerAddress address) |
Construct a new instance with the CommandResult from a failed command
|
Modifier and Type | Method | Description |
---|---|---|
int |
getErrorCode() |
Gets the error code associated with the command failure.
|
String |
getErrorMessage() |
Gets the error message associated with the command failure.
|
BsonDocument |
getResponse() |
For internal use only.
|
fromThrowable, fromThrowableNonNull, getCode
getServerAddress
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MongoCommandException(BsonDocument response, ServerAddress address)
response
- the command responseaddress
- the address of the server that generated the responsepublic int getErrorCode()
public String getErrorMessage()
public BsonDocument getResponse()