Exception: IceGrid::PermissionDeniedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::PermissionDeniedException
- Defined in:
- lib/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ PermissionDeniedException
constructor
A new instance of PermissionDeniedException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(reason = '') ⇒ PermissionDeniedException
Returns a new instance of PermissionDeniedException.
331 332 333 |
# File 'lib/IceGrid/Exception.rb', line 331 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
339 340 341 |
# File 'lib/IceGrid/Exception.rb', line 339 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
335 336 337 |
# File 'lib/IceGrid/Exception.rb', line 335 def to_s '::IceGrid::PermissionDeniedException' end |