fw4spl
NetworkInitializationFailure.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2016.
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 "fwPacsIO/exceptions/NetworkInitializationFailure.hpp"
8 
9 namespace fwPacsIO
10 {
11 namespace exceptions
12 {
13 
15  ::fwPacsIO::exceptions::Base(message)
16 {
17 }
18 
19 // ----------------------------------------------------------------------------
20 
22 {
23 }
24 
25 } //exceptions
26 } //fwPacsIO
virtual FWPACSIO_API ~NetworkInitializationFailure() noexcept
Destructor.
fwPacsIO contains classes used to communicate with a PACS.
FWPACSIO_API NetworkInitializationFailure(const std::string &message)
Constructor.