Salome HOME
NRI : Temporary modification for reading catalog of modules.
[modules/kernel.git] / src / NamingService / ServiceUnreachable.hxx
1 //=============================================================================
2 // File      : ServiceUnreachable.hxx
3 // Created   : mer jun 27 16:20:39 CEST 2001
4 // Author    : Paul RASCLE, EDF
5 // Project   : SALOME
6 // Copyright : EDF 2001
7 // $Header$
8 //=============================================================================
9
10 #if !defined ( SERVICEUNREACHABLE_H )
11 #define SERVICEUNREACHABLE_H
12
13 #include "Utils_SALOME_Exception.hxx"
14
15 //! exception class for NamingService : ServiceUnreachable
16
17 class ServiceUnreachable : public SALOME_Exception
18 {
19 public :
20         ServiceUnreachable( void );
21         ServiceUnreachable( const ServiceUnreachable &ex  );
22 } ;
23
24 #endif  /* #if ( !defined  SERVICEUNREACHABLE_H ) */