Exception: Ice::ConnectFailedException

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

Direct Known Subclasses

ConnectionRefusedException

Instance Attribute Summary

Attributes inherited from SyscallException

#error

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(error = 0) ⇒ ConnectFailedException

Returns a new instance of ConnectFailedException.



498
499
500
# File 'lib/Ice/LocalException.rb', line 498

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

Instance Method Details

#to_sObject



502
503
504
# File 'lib/Ice/LocalException.rb', line 502

def to_s
    '::Ice::ConnectFailedException'
end