Exception: Ice::ConnectFailedException
- Inherits:
-
SocketException
- Object
- StandardError
- Exception
- LocalException
- SyscallException
- SocketException
- Ice::ConnectFailedException
- Defined in:
- lib/Ice/LocalException.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from SyscallException
Instance Method Summary collapse
-
#initialize(error = 0) ⇒ ConnectFailedException
constructor
A new instance of ConnectFailedException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(error = 0) ⇒ ConnectFailedException
Returns a new instance of ConnectFailedException.
498 499 500 |
# File 'lib/Ice/LocalException.rb', line 498 def initialize(error=0) super(error) end |
Instance Method Details
#to_s ⇒ Object
502 503 504 |
# File 'lib/Ice/LocalException.rb', line 502 def to_s '::Ice::ConnectFailedException' end |