Searched refs:DA_BUSY (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationException.java124 static final short DA_BUSY = 11; field in class:ServiceLocationException
H A DTransact.java350 // decide if it should be thrown. We ignore DA_BUSY,
355 if (errCode != ServiceLocationException.DA_BUSY) {
1065 // Ignore DA_BUSY, the DA may free up later.
1067 if (ex.getErrorCode() != ServiceLocationException.DA_BUSY) {

Completed in 16 milliseconds