public class CommandFailureException extends MongoException
MongoException.CursorNotFound, MongoException.DuplicateKey, MongoException.Network
Constructor and Description |
---|
CommandFailureException(CommandResult commandResult)
Deprecated.
for internal use only
|
Modifier and Type | Method and Description |
---|---|
CommandResult |
getCommandResult()
Deprecated.
|
java.lang.String |
getErrorMessage()
Gets the error message from the command failure, typically from the "errmsg" property of the document returned from the failed
command.
|
ServerAddress |
getServerAddress()
Gets the address of the server that the command executed on.
|
getCode
@Deprecated public CommandFailureException(CommandResult commandResult)
commandResult
- the resultpublic ServerAddress getServerAddress()
public java.lang.String getErrorMessage()
@Deprecated public CommandResult getCommandResult()