Exception: IceGrid::AccessDeniedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::AccessDeniedException
- Defined in:
- ruby/IceGrid/Exception.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.
200 201 202 |
# File 'ruby/IceGrid/Exception.rb', line 200 def lockUserId @lockUserId end |
Instance Method Details
#to_s ⇒ Object
196 197 198 |
# File 'ruby/IceGrid/Exception.rb', line 196 def to_s '::IceGrid::AccessDeniedException' end |