// Unspecified for Java
default:
ORBUtilSystemException wrapper = ORBUtilSystemException.get(
(com.sun.corba.se.spi.orb.ORB)s.orb(),
CORBALogDomains.RPC_PRESENTATION ) ;
throw wrapper.typecodeNotSupported() ;
}
}
static void unmarshalIn(org.omg.CORBA.portable.InputStream s, TypeCode typeCode, long[] la, Object[] oa)
{