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