///////////////////////////////////////////////////////////
public static final int NO_IR = OMGVMCID.value + 1 ;
public INTF_REPOS noIr( CompletionStatus cs, Throwable t ) {
INTF_REPOS exc = new INTF_REPOS( NO_IR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "OMG.noIr",
parameters, OMGSystemException.class, exc ) ;