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