Exception: Ice::SocketException
- Inherits:
-
SyscallException
- Object
- StandardError
- Exception
- LocalException
- SyscallException
- Ice::SocketException
- Defined in:
- lib/Ice/LocalException.rb
Direct Known Subclasses
CFNetworkException, ConnectFailedException, ConnectionLostException
Instance Attribute Summary
Attributes inherited from SyscallException
Instance Method Summary collapse
-
#initialize(error = 0) ⇒ SocketException
constructor
A new instance of SocketException.
- #to_s ⇒ Object
Methods inherited from Exception
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_s ⇒ Object
454 455 456 |
# File 'lib/Ice/LocalException.rb', line 454 def to_s '::Ice::SocketException' end |