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