Exception: Ice::ObjectAdapterIdInUseException

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

Constant Summary collapse

ICE_TYPE =
T_ObjectAdapterIdInUseException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(id = '') ⇒ ObjectAdapterIdInUseException

Returns a new instance of ObjectAdapterIdInUseException.



244
245
246
# File 'lib/Ice/LocalException.rb', line 244

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



252
253
254
# File 'lib/Ice/LocalException.rb', line 252

def id
  @id
end

Instance Method Details

#to_sObject



248
249
250
# File 'lib/Ice/LocalException.rb', line 248

def to_s
    'Ice::ObjectAdapterIdInUseException'
end