Exception: Ice::AdapterNotFoundException

Inherits:
UserException show all
Defined in:
lib/Ice/Locator.rb

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeAdapterNotFoundException

Returns a new instance of AdapterNotFoundException.



25
26
# File 'lib/Ice/Locator.rb', line 25

def initialize
end

Instance Method Details

#to_sObject



28
29
30
# File 'lib/Ice/Locator.rb', line 28

def to_s
    '::Ice::AdapterNotFoundException'
end