Exception: Ice::CommunicatorDestroyedException

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

Constant Summary collapse

ICE_TYPE =
T_CommunicatorDestroyedException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeCommunicatorDestroyedException

Returns a new instance of CommunicatorDestroyedException.



213
214
# File 'lib/Ice/LocalException.rb', line 213

def initialize
end

Instance Method Details

#to_sObject



216
217
218
# File 'lib/Ice/LocalException.rb', line 216

def to_s
    'Ice::CommunicatorDestroyedException'
end