public class MongoQueryException extends MongoServerException
Constructor and Description |
---|
MongoQueryException(ServerAddress address,
int errorCode,
String errorMessage)
Construct an instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Gets the error code for this query failure.
|
String |
getErrorMessage()
Gets the error message for this query failure.
|
getServerAddress
fromThrowable, getCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MongoQueryException(ServerAddress address, int errorCode, String errorMessage)
address
- the server addresserrorCode
- the error codeerrorMessage
- the error messagepublic int getErrorCode()
public String getErrorMessage()