Exception: Ice::ObjectNotFoundException

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

Constant Summary collapse

ICE_TYPE =
T_ObjectNotFoundException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeObjectNotFoundException

Returns a new instance of ObjectNotFoundException.



72
73
# File 'lib/Ice/Locator.rb', line 72

def initialize
end

Instance Method Details

#to_sObject



75
76
77
# File 'lib/Ice/Locator.rb', line 75

def to_s
    'Ice::ObjectNotFoundException'
end