This exception is raised if a server could not be reached.
More...
#include <IceGrid/IceGrid.h>
|
| ::std::string | name |
| | The id of the server that is not reachable.
|
| ::std::string | reason |
| | The reason why the server couldn't be reached.
|
|
| static const std::string & | ice_staticId () |
| | Obtains the Slice type ID of this exception.
|
This exception is raised if a server could not be reached.
◆ ServerUnreachableException() [1/2]
| IceGrid::ServerUnreachableException::ServerUnreachableException |
( |
| ) |
|
|
inline |
◆ ServerUnreachableException() [2/2]
| IceGrid::ServerUnreachableException::ServerUnreachableException |
( |
const ::std::string & | name, |
|
|
const ::std::string & | reason ) |
One-shot constructor to initialize all data members.
- Parameters
-
| name | The id of the server that is not reachable. |
| reason | The reason why the server couldn't be reached. |
◆ ~ServerUnreachableException()
| virtual IceGrid::ServerUnreachableException::~ServerUnreachableException |
( |
| ) |
|
| throw | ( | ) | | | |
|
virtual |
◆ ice_clone()
Polymorphically clones this exception.
- Returns
- A shallow copy of this exception.
Implements Ice::UserException.
◆ ice_id()
| virtual::std::string IceGrid::ServerUnreachableException::ice_id |
( |
| ) |
const |
|
virtual |
Obtains the Slice type ID of this exception.
- Returns
- The fully-scoped type ID.
Implements IceUtil::Exception.
◆ ice_throw()
| virtual void IceGrid::ServerUnreachableException::ice_throw |
( |
| ) |
const |
|
virtual |
◆ name
| ::std::string IceGrid::ServerUnreachableException::name |
The id of the server that is not reachable.
◆ reason
| ::std::string IceGrid::ServerUnreachableException::reason |
The reason why the server couldn't be reached.
The documentation for this class was generated from the following file: