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