Exception: Ice::UnknownMessageException

Inherits:
ProtocolException 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 = '') ⇒ UnknownMessageException

Returns a new instance of UnknownMessageException.

[View source]

726
727
728
# File 'lib/Ice/LocalException.rb', line 726

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

Instance Method Details

#to_sObject

[View source]

730
731
732
# File 'lib/Ice/LocalException.rb', line 730

def to_s
    '::Ice::UnknownMessageException'
end