Exception: Ice::UnknownRequestIdException

Inherits:
ProtocolException show all
Defined in:
lib/Ice/LocalException.rb

Constant Summary collapse

ICE_TYPE =
T_UnknownRequestIdException

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ UnknownRequestIdException

Returns a new instance of UnknownRequestIdException.



788
789
790
# File 'lib/Ice/LocalException.rb', line 788

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

Instance Method Details

#to_sObject



792
793
794
# File 'lib/Ice/LocalException.rb', line 792

def to_s
    'Ice::UnknownRequestIdException'
end