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