Exception: IceGrid::ObjectExistsException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ObjectExistsException
- Defined in:
- lib/IceGrid/Exception.rb
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.
113 114 115 |
# File 'lib/IceGrid/Exception.rb', line 113 def initialize(id=::Ice::Identity.new) @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
121 122 123 |
# File 'lib/IceGrid/Exception.rb', line 121 def id @id end |
Instance Method Details
#to_s ⇒ Object
117 118 119 |
# File 'lib/IceGrid/Exception.rb', line 117 def to_s '::IceGrid::ObjectExistsException' end |