}
public static final int INVALID_PI_CALL2 = OMGVMCID.value + 14 ;
public BAD_INV_ORDER invalidPiCall2( CompletionStatus cs, Throwable t ) {
BAD_INV_ORDER exc = new BAD_INV_ORDER( INVALID_PI_CALL2, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.invalidPiCall2",
parameters, OMGSystemException.class, exc ) ;