Exception: IceGrid::AllocationTimeoutException

Inherits:
AllocationException show all
Defined in:
lib/IceGrid/Exception.rb

Constant Summary collapse

ICE_TYPE =
T_AllocationTimeoutException

Instance Attribute Summary

Attributes inherited from AllocationException

#reason

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

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_sObject



343
344
345
# File 'lib/IceGrid/Exception.rb', line 343

def to_s
    'IceGrid::AllocationTimeoutException'
end