Exception: Ice::ServerNotFoundException
- Inherits:
-
UserException
- Object
- StandardError
- Exception
- UserException
- Ice::ServerNotFoundException
- Defined in:
- lib/Ice/Locator.rb
Instance Method Summary collapse
-
#initialize ⇒ ServerNotFoundException
constructor
A new instance of ServerNotFoundException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ ServerNotFoundException
Returns a new instance of ServerNotFoundException.
77 78 |
# File 'lib/Ice/Locator.rb', line 77 def initialize end |
Instance Method Details
#to_s ⇒ Object
80 81 82 |
# File 'lib/Ice/Locator.rb', line 80 def to_s '::Ice::ServerNotFoundException' end |