Exception: Ice::MemoryLimitException

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

Constant Summary collapse

ICE_TYPE =
T_MemoryLimitException

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ MemoryLimitException

Returns a new instance of MemoryLimitException.



978
979
980
# File 'lib/Ice/LocalException.rb', line 978

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

Instance Method Details

#to_sObject



982
983
984
# File 'lib/Ice/LocalException.rb', line 982

def to_s
    'Ice::MemoryLimitException'
end