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