Exception: Ice::ObjectAdapterIdInUseException

Inherits:
LocalException show all
Defined in:
lib/Ice/LocalException.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(id = '') ⇒ ObjectAdapterIdInUseException

Returns a new instance of ObjectAdapterIdInUseException.



226
227
228
# File 'lib/Ice/LocalException.rb', line 226

def initialize(id='')
    @id = id
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



234
235
236
# File 'lib/Ice/LocalException.rb', line 234

def id
  @id
end

Instance Method Details

#to_sObject



230
231
232
# File 'lib/Ice/LocalException.rb', line 230

def to_s
    '::Ice::ObjectAdapterIdInUseException'
end