Exception: Ice::AdapterAlreadyActiveException

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

#initializeAdapterAlreadyActiveException

Returns a new instance of AdapterAlreadyActiveException.



51
52
# File 'lib/Ice/Locator.rb', line 51

def initialize
end

Instance Method Details

#to_sObject



54
55
56
# File 'lib/Ice/Locator.rb', line 54

def to_s
    '::Ice::AdapterAlreadyActiveException'
end