-Transmitter::Transmitter(const string& _host, const Connection::Port& _port):
- Connection(sockbuf::sock_dgram, _host, _port) {
+Transmitter::Transmitter(const string& _host, const Connection::Port& _port)
+ throw(sockerr): Connection(sockbuf::sock_dgram, _host, _port) {