///////////////////////////////////////////////////////////
public static final int UNKNOWN_REQUEST_INVOKE = SUNVMCID.value + 801 ;
public UNKNOWN unknownRequestInvoke( CompletionStatus cs, Throwable t ) {
UNKNOWN exc = new UNKNOWN( UNKNOWN_REQUEST_INVOKE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "INTERCEPTORS.unknownRequestInvoke",
parameters, InterceptorsSystemException.class, exc ) ;