Exception: Ice::SocketException
- Inherits:
-
SyscallException
- Object
- StandardError
- Exception
- LocalException
- SyscallException
- Ice::SocketException
- Defined in:
- lib/Ice/LocalException.rb
Direct Known Subclasses
Constant Summary collapse
- ICE_TYPE =
T_SocketException
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.
482 483 484 |
# File 'lib/Ice/LocalException.rb', line 482 def initialize(error=0) super(error) end |
Instance Method Details
#to_s ⇒ Object
486 487 488 |
# File 'lib/Ice/LocalException.rb', line 486 def to_s 'Ice::SocketException' end |