Exception: Ice::IllegalMessageSizeException

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

Constant Summary collapse

ICE_TYPE =
T_IllegalMessageSizeException

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ IllegalMessageSizeException

Returns a new instance of IllegalMessageSizeException.



848
849
850
# File 'lib/Ice/LocalException.rb', line 848

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

Instance Method Details

#to_sObject



852
853
854
# File 'lib/Ice/LocalException.rb', line 852

def to_s
    'Ice::IllegalMessageSizeException'
end