Exception: IceGrid::AccessDeniedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::AccessDeniedException
- Defined in:
- lib/IceGrid/Exception.rb
Constant Summary collapse
- ICE_TYPE =
T_AccessDeniedException
Instance Attribute Summary collapse
-
#lockUserId ⇒ Object
Returns the value of attribute lockUserId.
Instance Method Summary collapse
-
#initialize(lockUserId = '') ⇒ AccessDeniedException
constructor
A new instance of AccessDeniedException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(lockUserId = '') ⇒ AccessDeniedException
Returns a new instance of AccessDeniedException.
305 306 307 |
# File 'lib/IceGrid/Exception.rb', line 305 def initialize(lockUserId='') @lockUserId = lockUserId end |
Instance Attribute Details
#lockUserId ⇒ Object
Returns the value of attribute lockUserId.
313 314 315 |
# File 'lib/IceGrid/Exception.rb', line 313 def lockUserId @lockUserId end |
Instance Method Details
#to_s ⇒ Object
309 310 311 |
# File 'lib/IceGrid/Exception.rb', line 309 def to_s 'IceGrid::AccessDeniedException' end |