Exception: IceGrid::AccessDeniedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::AccessDeniedException
- Defined in:
- ruby/IceGrid/Admin.rb
Instance Attribute Summary collapse
-
#lockUserId ⇒ Object
Returns the value of attribute lockUserId.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#lockUserId ⇒ Object
Returns the value of attribute lockUserId.
506 507 508 |
# File 'ruby/IceGrid/Admin.rb', line 506 def lockUserId @lockUserId end |
Instance Method Details
#to_s ⇒ Object
502 503 504 |
# File 'ruby/IceGrid/Admin.rb', line 502 def to_s '::IceGrid::AccessDeniedException' end |