Exception: Ice::ObjectNotFoundException

Inherits:
UserException show all
Defined in:
lib/Ice/Locator.rb

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeObjectNotFoundException

Returns a new instance of ObjectNotFoundException.



64
65
# File 'lib/Ice/Locator.rb', line 64

def initialize
end

Instance Method Details

#to_sObject



67
68
69
# File 'lib/Ice/Locator.rb', line 67

def to_s
    '::Ice::ObjectNotFoundException'
end