Exception: Ice::ObjectNotFoundException
- Inherits:
-
UserException
- Object
- StandardError
- Exception
- UserException
- Ice::ObjectNotFoundException
- Defined in:
- lib/Ice/Locator.rb
Instance Method Summary collapse
-
#initialize ⇒ ObjectNotFoundException
constructor
A new instance of ObjectNotFoundException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ ObjectNotFoundException
Returns a new instance of ObjectNotFoundException.
64 65 |
# File 'lib/Ice/Locator.rb', line 64 def initialize end |
Instance Method Details
#to_s ⇒ Object
67 68 69 |
# File 'lib/Ice/Locator.rb', line 67 def to_s '::Ice::ObjectNotFoundException' end |