Exception: IceGrid::PermissionDeniedException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::PermissionDeniedException
- Defined in:
- lib/IceGrid/Exception.rb
Constant Summary collapse
- ICE_TYPE =
T_PermissionDeniedException
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.
354 355 356 |
# File 'lib/IceGrid/Exception.rb', line 354 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
362 363 364 |
# File 'lib/IceGrid/Exception.rb', line 362 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
358 359 360 |
# File 'lib/IceGrid/Exception.rb', line 358 def to_s 'IceGrid::PermissionDeniedException' end |