Ice 3.7 C++11 API Reference
Public Member Functions | Static Public Member Functions | List of all members
Ice::AdapterAlreadyActiveException Class Reference

This exception is raised if a server tries to set endpoints for an adapter that is already active. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::AdapterAlreadyActiveException:
Inheritance graph
[legend]
Collaboration diagram for Ice::AdapterAlreadyActiveException:
Collaboration graph
[legend]

Public Member Functions

 AdapterAlreadyActiveException ()=default
 
 AdapterAlreadyActiveException (const AdapterAlreadyActiveException &)=default
 
std::tuple ice_tuple () const
 Obtains a tuple containing all of the exception's data members. More...
 
virtual ~AdapterAlreadyActiveException ()
 
- Public Member Functions inherited from Ice::UserExceptionHelper< AdapterAlreadyActiveException, UserException >
virtual std::string ice_id () const override
 
- Public Member Functions inherited from IceUtil::ExceptionHelper< AdapterAlreadyActiveException, UserException >
std::unique_ptr< AdapterAlreadyActiveException > ice_clone () const
 
virtual void ice_throw () const override
 Throws this exception. More...
 

Static Public Member Functions

static const ::std::string & ice_staticId ()
 Obtains the Slice type ID of this exception. More...
 

Detailed Description

This exception is raised if a server tries to set endpoints for an adapter that is already active.

Constructor & Destructor Documentation

◆ ~AdapterAlreadyActiveException()

virtual Ice::AdapterAlreadyActiveException::~AdapterAlreadyActiveException ( )
virtual

◆ AdapterAlreadyActiveException() [1/2]

Ice::AdapterAlreadyActiveException::AdapterAlreadyActiveException ( const AdapterAlreadyActiveException )
default

◆ AdapterAlreadyActiveException() [2/2]

Ice::AdapterAlreadyActiveException::AdapterAlreadyActiveException ( )
default

Member Function Documentation

◆ ice_staticId()

static const ::std::string& Ice::AdapterAlreadyActiveException::ice_staticId ( )
static

Obtains the Slice type ID of this exception.

Returns
The fully-scoped type ID.

◆ ice_tuple()

std::tuple Ice::AdapterAlreadyActiveException::ice_tuple ( ) const
inline

Obtains a tuple containing all of the exception's data members.

Returns
The data members in a tuple.

The documentation for this class was generated from the following file: