Exception: Ice::ResponseSentException

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

Constant Summary collapse

ICE_TYPE =
T_ResponseSentException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeResponseSentException

Returns a new instance of ResponseSentException.



1071
1072
# File 'lib/Ice/LocalException.rb', line 1071

def initialize
end

Instance Method Details

#to_sObject



1074
1075
1076
# File 'lib/Ice/LocalException.rb', line 1074

def to_s
    'Ice::ResponseSentException'
end