Exception: IceGrid::ObjectExistsException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ObjectExistsException
- Defined in:
- lib/IceGrid/Exception.rb
Constant Summary collapse
- ICE_TYPE =
T_ObjectExistsException
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = ::Ice::Identity.new) ⇒ ObjectExistsException
constructor
A new instance of ObjectExistsException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(id = ::Ice::Identity.new) ⇒ ObjectExistsException
Returns a new instance of ObjectExistsException.
123 124 125 |
# File 'lib/IceGrid/Exception.rb', line 123 def initialize(id=::Ice::Identity.new) @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
131 132 133 |
# File 'lib/IceGrid/Exception.rb', line 131 def id @id end |
Instance Method Details
#to_s ⇒ Object
127 128 129 |
# File 'lib/IceGrid/Exception.rb', line 127 def to_s 'IceGrid::ObjectExistsException' end |