Exception: Ice::IllegalMessageSizeException

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

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ IllegalMessageSizeException

Returns a new instance of IllegalMessageSizeException.



812
813
814
# File 'lib/Ice/LocalException.rb', line 812

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

Instance Method Details

#to_sObject



816
817
818
# File 'lib/Ice/LocalException.rb', line 816

def to_s
    '::Ice::IllegalMessageSizeException'
end