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