Home
last modified time | relevance | path

Searched refs:validWireErrorCode (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationException.java225 static boolean validWireErrorCode(int code) { in validWireErrorCode() method in ServiceLocationException
H A DSLPServerHeaderV2.java240 if (!ServiceLocationException.validWireErrorCode(hdr.errCode)) { in makeErrorReply()