Exception: Ice::UnknownMessageException
- Inherits:
-
ProtocolException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- Ice::UnknownMessageException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_UnknownMessageException
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ UnknownMessageException
constructor
A new instance of UnknownMessageException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ UnknownMessageException
Returns a new instance of UnknownMessageException.
758 759 760 |
# File 'lib/Ice/LocalException.rb', line 758 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
762 763 764 |
# File 'lib/Ice/LocalException.rb', line 762 def to_s 'Ice::UnknownMessageException' end |