Exception: Ice::ConnectionRefusedException

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

Instance Attribute Summary

Attributes inherited from SyscallException

#error

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

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_sObject



516
517
518
# File 'lib/Ice/LocalException.rb', line 516

def to_s
    '::Ice::ConnectionRefusedException'
end