Exception: Ice::IllegalMessageSizeException
- Inherits:
-
ProtocolException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- Ice::IllegalMessageSizeException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ IllegalMessageSizeException
constructor
A new instance of IllegalMessageSizeException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ IllegalMessageSizeException
Returns a new instance of IllegalMessageSizeException.
812 813 814 |
# File 'lib/Ice/LocalException.rb', line 812 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
816 817 818 |
# File 'lib/Ice/LocalException.rb', line 816 def to_s '::Ice::IllegalMessageSizeException' end |