Exception: Ice::DatagramLimitException

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 = '') ⇒ DatagramLimitException

Returns a new instance of DatagramLimitException.



840
841
842
# File 'lib/Ice/LocalException.rb', line 840

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

Instance Method Details

#to_sObject



844
845
846
# File 'lib/Ice/LocalException.rb', line 844

def to_s
    '::Ice::DatagramLimitException'
end