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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java74 protected ServiceLocationException exErr = null; field in class:Transact
184 if (tracon != null && tracon.exErr != null) {
185 short err = tracon.exErr.getErrorCode();
191 throw tracon.exErr;
935 ServiceLocationException ex = tran.exErr;
1068 exErr = ex;
1078 exErr = new ServiceLocationException(

Completed in 20 milliseconds