///////////////////////////////////////////////////////////
public static final int ADAPTER_ID_NOT_AVAILABLE = SUNVMCID.value + 201 ;
public BAD_OPERATION adapterIdNotAvailable( CompletionStatus cs, Throwable t ) {
BAD_OPERATION exc = new BAD_OPERATION( ADAPTER_ID_NOT_AVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.adapterIdNotAvailable",
parameters, ORBUtilSystemException.class, exc ) ;