Exception: Ice::ObjectAdapterIdInUseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::ObjectAdapterIdInUseException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_ObjectAdapterIdInUseException
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = '') ⇒ ObjectAdapterIdInUseException
constructor
A new instance of ObjectAdapterIdInUseException.
- #to_s ⇒ Object
Methods inherited from Exception
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
#id ⇒ Object
Returns the value of attribute id.
252 253 254 |
# File 'lib/Ice/LocalException.rb', line 252 def id @id end |
Instance Method Details
#to_s ⇒ Object
248 249 250 |
# File 'lib/Ice/LocalException.rb', line 248 def to_s 'Ice::ObjectAdapterIdInUseException' end |