Exception: Ice::SocketException

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

Constant Summary collapse

ICE_TYPE =
T_SocketException

Instance Attribute Summary

Attributes inherited from SyscallException

#error

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(error = 0) ⇒ SocketException

Returns a new instance of SocketException.



482
483
484
# File 'lib/Ice/LocalException.rb', line 482

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

Instance Method Details

#to_sObject



486
487
488
# File 'lib/Ice/LocalException.rb', line 486

def to_s
    'Ice::SocketException'
end