public class ServerException extends java.lang.RuntimeException
描述:处理服务器异常
ServerException(int errCode, java.lang.String msg)
int
getErrCode()
java.lang.String
getMessage()
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ServerException(int errCode, java.lang.String msg)
public int getErrCode()
public java.lang.String getMessage()
getMessage
java.lang.Throwable