Exception: Ice::DatagramLimitException

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

Constant Summary collapse

ICE_TYPE =
T_DatagramLimitException

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ DatagramLimitException

Returns a new instance of DatagramLimitException.



878
879
880
# File 'lib/Ice/LocalException.rb', line 878

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

Instance Method Details

#to_sObject



882
883
884
# File 'lib/Ice/LocalException.rb', line 882

def to_s
    'Ice::DatagramLimitException'
end