///////////////////////////////////////////////////////////
public static final int IOR_MUST_HAVE_IIOP_PROFILE = SUNVMCID.value + 1201 ;
public INV_OBJREF iorMustHaveIiopProfile( CompletionStatus cs, Throwable t ) {
INV_OBJREF exc = new INV_OBJREF( IOR_MUST_HAVE_IIOP_PROFILE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "IOR.iorMustHaveIiopProfile",
parameters, IORSystemException.class, exc ) ;