Exception: Ice::InvocationTimeoutException

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

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeInvocationTimeoutException

Returns a new instance of InvocationTimeoutException.



625
626
# File 'lib/Ice/LocalException.rb', line 625

def initialize
end

Instance Method Details

#to_sObject



628
629
630
# File 'lib/Ice/LocalException.rb', line 628

def to_s
    '::Ice::InvocationTimeoutException'
end