Exception: IceGrid::ObjectExistsException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

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

#idObject

Returns the value of attribute id.



121
122
123
# File 'lib/IceGrid/Exception.rb', line 121

def id
  @id
end

Instance Method Details

#to_sObject



117
118
119
# File 'lib/IceGrid/Exception.rb', line 117

def to_s
    '::IceGrid::ObjectExistsException'
end