Exception: Ice::AdapterAlreadyActiveException
- Inherits:
-
UserException
- Object
- StandardError
- Exception
- UserException
- Ice::AdapterAlreadyActiveException
- Defined in:
- lib/Ice/Locator.rb
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.
51 52 |
# File 'lib/Ice/Locator.rb', line 51 def initialize end |
Instance Method Details
#to_s ⇒ Object
54 55 56 |
# File 'lib/Ice/Locator.rb', line 54 def to_s '::Ice::AdapterAlreadyActiveException' end |