Exception: IceGrid::AccessDeniedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::AccessDeniedException
- Defined in:
- lib/IceGrid/Exception.rb
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.
285 286 287 |
# File 'lib/IceGrid/Exception.rb', line 285 def initialize(lockUserId='') @lockUserId = lockUserId end |
Instance Attribute Details
#lockUserId ⇒ Object
Returns the value of attribute lockUserId.
293 294 295 |
# File 'lib/IceGrid/Exception.rb', line 293 def lockUserId @lockUserId end |
Instance Method Details
#to_s ⇒ Object
289 290 291 |
# File 'lib/IceGrid/Exception.rb', line 289 def to_s '::IceGrid::AccessDeniedException' end |