This exception is raised if a registry lock wasn't acquired or is already held by a session.
More...
#include <IceGrid/IceGrid.h>
|
| ::std::string | lockUserId |
| | The id of the user holding the lock (if any).
|
|
| static const std::string & | ice_staticId () |
| | Obtains the Slice type ID of this exception.
|
This exception is raised if a registry lock wasn't acquired or is already held by a session.
◆ AccessDeniedException() [1/2]
| IceGrid::AccessDeniedException::AccessDeniedException |
( |
| ) |
|
|
inline |
◆ AccessDeniedException() [2/2]
| IceGrid::AccessDeniedException::AccessDeniedException |
( |
const ::std::string & | lockUserId | ) |
|
|
explicit |
One-shot constructor to initialize all data members.
- Parameters
-
| lockUserId | The id of the user holding the lock (if any). |
◆ ~AccessDeniedException()
| virtual IceGrid::AccessDeniedException::~AccessDeniedException |
( |
| ) |
|
| throw | ( | ) | | | |
|
virtual |
◆ ice_clone()
Polymorphically clones this exception.
- Returns
- A shallow copy of this exception.
Implements Ice::UserException.
◆ ice_id()
| virtual::std::string IceGrid::AccessDeniedException::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::AccessDeniedException::ice_throw |
( |
| ) |
const |
|
virtual |
◆ 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: