Exception: Ice::ConnectTimeoutException

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

Constant Summary collapse

ICE_TYPE =
T_ConnectTimeoutException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeConnectTimeoutException

Returns a new instance of ConnectTimeoutException.



609
610
# File 'lib/Ice/LocalException.rb', line 609

def initialize
end

Instance Method Details

#to_sObject



612
613
614
# File 'lib/Ice/LocalException.rb', line 612

def to_s
    'Ice::ConnectTimeoutException'
end