Exception: Ice::UnknownReplyStatusException

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

Returns a new instance of UnknownReplyStatusException.



768
769
770
# File 'lib/Ice/LocalException.rb', line 768

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

Instance Method Details

#to_sObject



772
773
774
# File 'lib/Ice/LocalException.rb', line 772

def to_s
    '::Ice::UnknownReplyStatusException'
end