Exception: Ice::AdapterAlreadyActiveException

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

Constant Summary collapse

ICE_TYPE =
T_AdapterAlreadyActiveException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeAdapterAlreadyActiveException

Returns a new instance of AdapterAlreadyActiveException.



58
59
# File 'lib/Ice/Locator.rb', line 58

def initialize
end

Instance Method Details

#to_sObject



61
62
63
# File 'lib/Ice/Locator.rb', line 61

def to_s
    'Ice::AdapterAlreadyActiveException'
end