Exception: Ice::ObjectNotExistException

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

Instance Attribute Summary

Attributes inherited from RequestFailedException

#facet, #id, #operation

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

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_sObject



396
397
398
# File 'lib/Ice/LocalException.rb', line 396

def to_s
    '::Ice::ObjectNotExistException'
end