Exception: Ice::ConnectionRefusedException

Inherits:
ConnectFailedException show all
Defined in:
lib/Ice/LocalException.rb

Constant Summary collapse

ICE_TYPE =
T_ConnectionRefusedException

Instance Attribute Summary

Attributes inherited from SyscallException

#error

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

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_sObject



534
535
536
# File 'lib/Ice/LocalException.rb', line 534

def to_s
    'Ice::ConnectionRefusedException'
end