Exception: IceGrid::ObjectExistsException

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

Constant Summary collapse

ICE_TYPE =
T_ObjectExistsException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

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

#idObject

Returns the value of attribute id.



131
132
133
# File 'lib/IceGrid/Exception.rb', line 131

def id
  @id
end

Instance Method Details

#to_sObject



127
128
129
# File 'lib/IceGrid/Exception.rb', line 127

def to_s
    'IceGrid::ObjectExistsException'
end