Exception: IceGrid::PermissionDeniedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::PermissionDeniedException
- Defined in:
- ruby/IceGrid/Admin.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
517 518 519 |
# File 'ruby/IceGrid/Admin.rb', line 517 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
513 514 515 |
# File 'ruby/IceGrid/Admin.rb', line 513 def to_s '::IceGrid::PermissionDeniedException' end |