com.mongodb
Class ServerError

java.lang.Object
  extended by com.mongodb.ServerError

public class ServerError
extends Object


Method Summary
 int getCode()
           
 String getError()
           
 boolean isNotMasterError()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getError

public String getError()

getCode

public int getCode()

isNotMasterError

public boolean isNotMasterError()

toString

public String toString()
Overrides:
toString in class Object