Exception: Ice::AdapterAlreadyActiveException
- Inherits:
-
UserException
- Object
- StandardError
- Exception
- UserException
- Ice::AdapterAlreadyActiveException
- Defined in:
- lib/Ice/Locator.rb
Constant Summary collapse
- ICE_TYPE =
T_AdapterAlreadyActiveException
Instance Method Summary collapse
-
#initialize ⇒ AdapterAlreadyActiveException
constructor
A new instance of AdapterAlreadyActiveException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ AdapterAlreadyActiveException
Returns a new instance of AdapterAlreadyActiveException.
58 59 |
# File 'lib/Ice/Locator.rb', line 58 def initialize end |
Instance Method Details
#to_s ⇒ Object
61 62 63 |
# File 'lib/Ice/Locator.rb', line 61 def to_s 'Ice::AdapterAlreadyActiveException' end |