Exception: Ice::ConnectFailedException

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

Direct Known Subclasses

ConnectionRefusedException

Constant Summary collapse

ICE_TYPE =
T_ConnectFailedException

Instance Attribute Summary

Attributes inherited from SyscallException

#error

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(error = 0) ⇒ ConnectFailedException

Returns a new instance of ConnectFailedException.



515
516
517
# File 'lib/Ice/LocalException.rb', line 515

def initialize(error=0)
    super(error)
end

Instance Method Details

#to_sObject



519
520
521
# File 'lib/Ice/LocalException.rb', line 519

def to_s
    'Ice::ConnectFailedException'
end