Lines Matching refs:errCode
522 if (hdr.errCode == ServiceLocationException.OK) { in handleRequest()
790 short errCode = ServiceLocationException.INTERNAL_SYSTEM_ERROR; in printInternalizeErrorMessage() local
793 errCode = ((ServiceLocationException)ex).getErrorCode(); in printInternalizeErrorMessage()
796 errCode = ServiceLocationException.PARSE_ERROR; in printInternalizeErrorMessage()
800 String exMsg = "(" + errCode + "):" + ex.getMessage(); in printInternalizeErrorMessage()
1074 if (hdr.errCode == ServiceLocationException.OK) { in dispatchReg()
1116 if (hdr.errCode == ServiceLocationException.OK) { in dispatchDereg()
1157 ((hdr.errCode != ServiceLocationException.OK) || in dispatchSrvType()
1210 ((hdr.errCode != ServiceLocationException.OK) || in dispatchAttr()
1258 if ((hdr.errCode != ServiceLocationException.OK) && in dispatchSrv()
1261 new Object[] { new Integer(hdr.errCode), in dispatchSrv()
1271 if (hdr.errCode != ServiceLocationException.OK && in dispatchSrv()
1372 ((hdr.errCode != ServiceLocationException.OK) || in dispatchSrv()