Exception: Ice::ConnectionRefusedException
- Inherits:
-
ConnectFailedException
- Object
- StandardError
- Exception
- LocalException
- SyscallException
- SocketException
- ConnectFailedException
- Ice::ConnectionRefusedException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_ConnectionRefusedException
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.
530 531 532 |
# File 'lib/Ice/LocalException.rb', line 530 def initialize(error=0) super(error) end |
Instance Method Details
#to_s ⇒ Object
534 535 536 |
# File 'lib/Ice/LocalException.rb', line 534 def to_s 'Ice::ConnectionRefusedException' end |