Exception: Ice::CommunicatorDestroyedException

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

#initializeCommunicatorDestroyedException

Returns a new instance of CommunicatorDestroyedException.



197
198
# File 'lib/Ice/LocalException.rb', line 197

def initialize
end

Instance Method Details

#to_sObject



200
201
202
# File 'lib/Ice/LocalException.rb', line 200

def to_s
    '::Ice::CommunicatorDestroyedException'
end