Exception: Ice::AdapterNotFoundException
- Inherits:
-
UserException
- Object
- StandardError
- Exception
- UserException
- Ice::AdapterNotFoundException
- Defined in:
- lib/Ice/Locator.rb
Constant Summary collapse
- ICE_TYPE =
T_AdapterNotFoundException
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.
30 31 |
# File 'lib/Ice/Locator.rb', line 30 def initialize end |
Instance Method Details
#to_s ⇒ Object
33 34 35 |
# File 'lib/Ice/Locator.rb', line 33 def to_s 'Ice::AdapterNotFoundException' end |