Exception: Ice::TimeoutException

Inherits:
LocalException show all
Defined in:
lib/Ice/LocalException.rb

Constant Summary collapse

ICE_TYPE =
T_TimeoutException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeTimeoutException

Returns a new instance of TimeoutException.



595
596
# File 'lib/Ice/LocalException.rb', line 595

def initialize
end

Instance Method Details

#to_sObject



598
599
600
# File 'lib/Ice/LocalException.rb', line 598

def to_s
    'Ice::TimeoutException'
end