Exception: Ice::ObjectNotExistException
- Inherits:
-
RequestFailedException
- Object
- StandardError
- Exception
- LocalException
- RequestFailedException
- Ice::ObjectNotExistException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary
Attributes inherited from RequestFailedException
Instance Method Summary collapse
-
#initialize(id = ::Ice::Identity.new, facet = '', operation = '') ⇒ ObjectNotExistException
constructor
A new instance of ObjectNotExistException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(id = ::Ice::Identity.new, facet = '', operation = '') ⇒ ObjectNotExistException
Returns a new instance of ObjectNotExistException.
392 393 394 |
# File 'lib/Ice/LocalException.rb', line 392 def initialize(id=::Ice::Identity.new, facet='', operation='') super(id, facet, operation) end |
Instance Method Details
#to_s ⇒ Object
396 397 398 |
# File 'lib/Ice/LocalException.rb', line 396 def to_s '::Ice::ObjectNotExistException' end |