Exception: IceGrid::AllocationTimeoutException
- Inherits:
-
AllocationException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- AllocationException
- IceGrid::AllocationTimeoutException
- Defined in:
- lib/IceGrid/Exception.rb
Constant Summary collapse
- ICE_TYPE =
T_AllocationTimeoutException
Instance Attribute Summary
Attributes inherited from AllocationException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ AllocationTimeoutException
constructor
A new instance of AllocationTimeoutException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(reason = '') ⇒ AllocationTimeoutException
Returns a new instance of AllocationTimeoutException.
339 340 341 |
# File 'lib/IceGrid/Exception.rb', line 339 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
343 344 345 |
# File 'lib/IceGrid/Exception.rb', line 343 def to_s 'IceGrid::AllocationTimeoutException' end |