fw4spl
ConnectionRefused.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2018.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #include "fwNetworkIO/exceptions/ConnectionRefused.hpp"
8 
9 namespace fwNetworkIO
10 {
11 
12 namespace exceptions
13 {
14 
15 ConnectionRefused::ConnectionRefused(const std::string& message) :
16  ::fwNetworkIO::exceptions::Base(message)
17 {
18 }
19 
20 ConnectionRefused::~ConnectionRefused() noexcept
21 {
22 }
23 
24 } /* namespace exceptions */
25 } /* namespace fwNetworkIO */
The namespace fwNetworkIO contains the primary methods to access network.