Exception: IceGrid::ObjectExistsException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ObjectExistsException
- Defined in:
- ruby/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
83 84 85 |
# File 'ruby/IceGrid/Exception.rb', line 83 def id @id end |
Instance Method Details
#to_s ⇒ Object
79 80 81 |
# File 'ruby/IceGrid/Exception.rb', line 79 def to_s '::IceGrid::ObjectExistsException' end |