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