This exception is raised if a server failed to stop.
More...
#include <IceGrid/IceGrid.h>
|
| ::std::string | id |
| | The identifier of the server.
|
| ::std::string | reason |
| | The reason for the failure.
|
|
| static const std::string & | ice_staticId () |
| | Obtains the Slice type ID of this exception.
|
This exception is raised if a server failed to stop.
◆ ServerStopException() [1/2]
| IceGrid::ServerStopException::ServerStopException |
( |
| ) |
|
|
inline |
◆ ServerStopException() [2/2]
| IceGrid::ServerStopException::ServerStopException |
( |
const ::std::string & | id, |
|
|
const ::std::string & | reason ) |
One-shot constructor to initialize all data members.
- Parameters
-
| id | The identifier of the server. |
| reason | The reason for the failure. |
◆ ~ServerStopException()
| virtual IceGrid::ServerStopException::~ServerStopException |
( |
| ) |
|
| throw | ( | ) | | | |
|
virtual |
◆ ice_clone()
Polymorphically clones this exception.
- Returns
- A shallow copy of this exception.
Implements Ice::UserException.
◆ ice_id()
| virtual::std::string IceGrid::ServerStopException::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::ServerStopException::ice_throw |
( |
| ) |
const |
|
virtual |
◆ id
| ::std::string IceGrid::ServerStopException::id |
The identifier of the server.
◆ reason
| ::std::string IceGrid::ServerStopException::reason |
The reason for the failure.
The documentation for this class was generated from the following file: