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