Exception: Ice::ResponseSentException

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

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeResponseSentException

Returns a new instance of ResponseSentException.



1021
1022
# File 'lib/Ice/LocalException.rb', line 1021

def initialize
end

Instance Method Details

#to_sObject



1024
1025
1026
# File 'lib/Ice/LocalException.rb', line 1024

def to_s
    '::Ice::ResponseSentException'
end