Exception: IceGrid::AllocationException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::AllocationException
- Defined in:
- ruby/IceGrid/Exception.rb
Direct Known Subclasses
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.
212 213 214 |
# File 'ruby/IceGrid/Exception.rb', line 212 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
208 209 210 |
# File 'ruby/IceGrid/Exception.rb', line 208 def to_s '::IceGrid::AllocationException' end |