Exception: IceGrid::AllocationTimeoutException
- Inherits:
-
AllocationException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- AllocationException
- IceGrid::AllocationTimeoutException
- Defined in:
- lib/IceGrid/Exception.rb
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.
317 318 319 |
# File 'lib/IceGrid/Exception.rb', line 317 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
321 322 323 |
# File 'lib/IceGrid/Exception.rb', line 321 def to_s '::IceGrid::AllocationTimeoutException' end |