Exception: Ice::ServerNotFoundException
- Inherits:
-
UserException
- Object
- StandardError
- Exception
- UserException
- Ice::ServerNotFoundException
- Defined in:
- lib/Ice/Locator.rb
Constant Summary collapse
- ICE_TYPE =
T_ServerNotFoundException
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.
86 87 |
# File 'lib/Ice/Locator.rb', line 86 def initialize end |
Instance Method Details
#to_s ⇒ Object
89 90 91 |
# File 'lib/Ice/Locator.rb', line 89 def to_s 'Ice::ServerNotFoundException' end |