Exception: Ice::AdapterNotFoundException
- Inherits:
-
UserException
- Object
- StandardError
- Exception
- UserException
- Ice::AdapterNotFoundException
- Defined in:
- lib/Ice/Locator.rb
Instance Method Summary collapse
-
#initialize ⇒ AdapterNotFoundException
constructor
A new instance of AdapterNotFoundException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ AdapterNotFoundException
Returns a new instance of AdapterNotFoundException.
25 26 |
# File 'lib/Ice/Locator.rb', line 25 def initialize end |
Instance Method Details
#to_s ⇒ Object
28 29 30 |
# File 'lib/Ice/Locator.rb', line 28 def to_s '::Ice::AdapterNotFoundException' end |