Exception: Ice::AdapterNotFoundException

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

Constant Summary collapse

ICE_TYPE =
T_AdapterNotFoundException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeAdapterNotFoundException

Returns a new instance of AdapterNotFoundException.



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

def initialize
end

Instance Method Details

#to_sObject



33
34
35
# File 'lib/Ice/Locator.rb', line 33

def to_s
    'Ice::AdapterNotFoundException'
end