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