Exception: Ice::MemoryLimitException

Inherits:
MarshalException 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 = '') ⇒ MemoryLimitException

Returns a new instance of MemoryLimitException.



934
935
936
# File 'lib/Ice/LocalException.rb', line 934

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

Instance Method Details

#to_sObject



938
939
940
# File 'lib/Ice/LocalException.rb', line 938

def to_s
    '::Ice::MemoryLimitException'
end