Exception: Ice::ObjectNotExistException

Inherits:
RequestFailedException show all
Defined in:
lib/Ice/LocalException.rb

Constant Summary collapse

ICE_TYPE =
T_ObjectNotExistException

Instance Attribute Summary

Attributes inherited from RequestFailedException

#facet, #id, #operation

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(id = ::Ice::Identity.new, facet = '', operation = '') ⇒ ObjectNotExistException

Returns a new instance of ObjectNotExistException.



420
421
422
# File 'lib/Ice/LocalException.rb', line 420

def initialize(id=::Ice::Identity.new, facet='', operation='')
    super(id, facet, operation)
end

Instance Method Details

#to_sObject



424
425
426
# File 'lib/Ice/LocalException.rb', line 424

def to_s
    'Ice::ObjectNotExistException'
end