Exception: Ice::MemoryLimitException
- Inherits:
-
MarshalException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- MarshalException
- Ice::MemoryLimitException
- Defined in:
- lib/Ice/LocalException.rb
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.
934 935 936 |
# File 'lib/Ice/LocalException.rb', line 934 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
938 939 940 |
# File 'lib/Ice/LocalException.rb', line 938 def to_s '::Ice::MemoryLimitException' end |