public abstract class MongoServerException extends MongoException
Constructor and Description |
---|
MongoServerException(int code,
java.lang.String message,
ServerAddress serverAddress)
Construct a new instance.
|
MongoServerException(java.lang.String message,
ServerAddress serverAddress)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
ServerAddress |
getServerAddress()
Gets the address of the server.
|
fromThrowable, getCode
public MongoServerException(java.lang.String message, ServerAddress serverAddress)
message
- the message from the serverserverAddress
- the address of the serverpublic MongoServerException(int code, java.lang.String message, ServerAddress serverAddress)
code
- the error code from the servermessage
- the message from the serverserverAddress
- the address of the serverpublic ServerAddress getServerAddress()