Exception: Ice::MemoryLimitException
- Inherits:
-
MarshalException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- MarshalException
- Ice::MemoryLimitException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_MemoryLimitException
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ MemoryLimitException
constructor
A new instance of MemoryLimitException.
- #to_s ⇒ Object
Methods inherited from Exception
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_s ⇒ Object
982 983 984 |
# File 'lib/Ice/LocalException.rb', line 982 def to_s 'Ice::MemoryLimitException' end |