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