Exception: Ice::SocketException

Inherits:
SyscallException 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) ⇒ SocketException

Returns a new instance of SocketException.


450
451
452
# File 'lib/Ice/LocalException.rb', line 450

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

Instance Method Details

#to_sObject


454
455
456
# File 'lib/Ice/LocalException.rb', line 454

def to_s
    '::Ice::SocketException'
end