Exception: Ice::ConnectionLostException

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

Constant Summary collapse

ICE_TYPE =
T_ConnectionLostException

Instance Attribute Summary

Attributes inherited from SyscallException

#error

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(error = 0) ⇒ ConnectionLostException

Returns a new instance of ConnectionLostException.



545
546
547
# File 'lib/Ice/LocalException.rb', line 545

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

Instance Method Details

#to_sObject



549
550
551
# File 'lib/Ice/LocalException.rb', line 549

def to_s
    'Ice::ConnectionLostException'
end