Exception: Ice::ForcedCloseConnectionException

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

Constant Summary collapse

ICE_TYPE =
T_ForcedCloseConnectionException

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ ForcedCloseConnectionException

Returns a new instance of ForcedCloseConnectionException.



833
834
835
# File 'lib/Ice/LocalException.rb', line 833

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

Instance Method Details

#to_sObject



837
838
839
# File 'lib/Ice/LocalException.rb', line 837

def to_s
    'Ice::ForcedCloseConnectionException'
end