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