Exception: Ice::UnknownRequestIdException

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 = '') ⇒ UnknownRequestIdException

Returns a new instance of UnknownRequestIdException.



754
755
756
# File 'lib/Ice/LocalException.rb', line 754

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

Instance Method Details

#to_sObject



758
759
760
# File 'lib/Ice/LocalException.rb', line 758

def to_s
    '::Ice::UnknownRequestIdException'
end