@Deprecated public class ServerError extends Object
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Deprecated.
Gets the error code
|
String |
getError()
Deprecated.
Gets the error String
|
boolean |
isNotMasterError()
Deprecated.
returns true if the error is "not master", which usually happens when doing operation on slave
|
String |
toString()
Deprecated.
|
public String getError()
public int getCode()
public boolean isNotMasterError()