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