Exception: IceGrid::ObjectExistsException

Inherits:
Ice::UserException show all
Defined in:
ruby/IceGrid/Exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#idObject

Returns the value of attribute id.



128
129
130
# File 'ruby/IceGrid/Exception.rb', line 128

def id
  @id
end

Instance Method Details

#to_sObject



124
125
126
# File 'ruby/IceGrid/Exception.rb', line 124

def to_s
    '::IceGrid::ObjectExistsException'
end