Exception: Ice::FacetNotExistException
Instance Attribute Summary
#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 = '') ⇒ FacetNotExistException
406
407
408
|
# File 'lib/Ice/LocalException.rb', line 406
def initialize(id=::Ice::Identity.new, facet='', operation='')
super(id, facet, operation)
end
|
Instance Method Details
#to_s ⇒ Object
410
411
412
|
# File 'lib/Ice/LocalException.rb', line 410
def to_s
'::Ice::FacetNotExistException'
end
|