Exception: Ice::ConnectionLostException

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

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) ⇒ ConnectionLostException

Returns a new instance of ConnectionLostException.



526
527
528
# File 'lib/Ice/LocalException.rb', line 526

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

Instance Method Details

#to_sObject



530
531
532
# File 'lib/Ice/LocalException.rb', line 530

def to_s
    '::Ice::ConnectionLostException'
end