Exception: Ice::ObjectNotFoundException
- Inherits:
-
UserException
- Object
- StandardError
- Exception
- UserException
- Ice::ObjectNotFoundException
- Defined in:
- lib/Ice/Locator.rb
Constant Summary collapse
- ICE_TYPE =
T_ObjectNotFoundException
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.
72 73 |
# File 'lib/Ice/Locator.rb', line 72 def initialize end |
Instance Method Details
#to_s ⇒ Object
75 76 77 |
# File 'lib/Ice/Locator.rb', line 75 def to_s 'Ice::ObjectNotFoundException' end |