public static IORSystemException get(ORB orb, String logDomain) { IORSystemException wrapper = (IORSystemException) orb.getLogWrapper(logDomain, "IOR", factory); return wrapper; }
public static UtilSystemException get(ORB orb, String logDomain) { UtilSystemException wrapper = (UtilSystemException) orb.getLogWrapper(logDomain, "UTIL", factory); return wrapper; }