This exception is raised if a registry lock wasn't acquired or is already held by a session.
More...
#include <IceGrid/IceGrid.h>
|
static const ::std::string & | ice_staticId () |
| Obtains the Slice type ID of this exception. More...
|
|
static const std::string & | ice_staticId () |
| Obtains the Slice type ID of this exception. More...
|
|
This exception is raised if a registry lock wasn't acquired or is already held by a session.
◆ ~AccessDeniedException()
virtual IceGrid::AccessDeniedException::~AccessDeniedException |
( |
| ) |
|
|
virtual |
◆ AccessDeniedException() [1/3]
◆ AccessDeniedException() [2/3]
IceGrid::AccessDeniedException::AccessDeniedException |
( |
| ) |
|
|
default |
◆ AccessDeniedException() [3/3]
IceGrid::AccessDeniedException::AccessDeniedException |
( |
const ::std::string & |
lockUserId | ) |
|
|
inline |
One-shot constructor to initialize all data members.
- Parameters
-
lockUserId | The id of the user holding the lock (if any). |
◆ ice_staticId()
static const ::std::string& IceGrid::AccessDeniedException::ice_staticId |
( |
| ) |
|
|
static |
Obtains the Slice type ID of this exception.
- Returns
- The fully-scoped type ID.
◆ ice_tuple()
std::tuple<const ::std::string&> IceGrid::AccessDeniedException::ice_tuple |
( |
| ) |
const |
|
inline |
Obtains a tuple containing all of the exception's data members.
- Returns
- The data members in a tuple.
◆ lockUserId
::std::string IceGrid::AccessDeniedException::lockUserId |
The id of the user holding the lock (if any).
The documentation for this class was generated from the following file: