Exception: Ice::CloseConnectionException

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

Constant Summary collapse

ICE_TYPE =
T_CloseConnectionException

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ CloseConnectionException

Returns a new instance of CloseConnectionException.



818
819
820
# File 'lib/Ice/LocalException.rb', line 818

def initialize(reason='')
    super(reason)
end

Instance Method Details

#to_sObject



822
823
824
# File 'lib/Ice/LocalException.rb', line 822

def to_s
    'Ice::CloseConnectionException'
end