Exception: Ice::ConnectionRefusedException
- Inherits:
-
ConnectFailedException
- Object
- StandardError
- Exception
- LocalException
- SyscallException
- SocketException
- ConnectFailedException
- Ice::ConnectionRefusedException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary
Attributes inherited from SyscallException
Instance Method Summary collapse
-
#initialize(error = 0) ⇒ ConnectionRefusedException
constructor
A new instance of ConnectionRefusedException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(error = 0) ⇒ ConnectionRefusedException
Returns a new instance of ConnectionRefusedException.
512 513 514 |
# File 'lib/Ice/LocalException.rb', line 512 def initialize(error=0) super(error) end |
Instance Method Details
#to_s ⇒ Object
516 517 518 |
# File 'lib/Ice/LocalException.rb', line 516 def to_s '::Ice::ConnectionRefusedException' end |