Exception: Ice::CloseTimeoutException

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

Constant Summary collapse

ICE_TYPE =
T_CloseTimeoutException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeCloseTimeoutException

Returns a new instance of CloseTimeoutException.



623
624
# File 'lib/Ice/LocalException.rb', line 623

def initialize
end

Instance Method Details

#to_sObject



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

def to_s
    'Ice::CloseTimeoutException'
end