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