Exception: Ice::CloseTimeoutException

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

#initializeCloseTimeoutException

Returns a new instance of CloseTimeoutException.



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

def initialize
end

Instance Method Details

#to_sObject



602
603
604
# File 'lib/Ice/LocalException.rb', line 602

def to_s
    '::Ice::CloseTimeoutException'
end