Exception: Ice::ObjectAdapterIdInUseException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::ObjectAdapterIdInUseException
- Defined in:
- lib/Ice/LocalException.rb
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.
226 227 228 |
# File 'lib/Ice/LocalException.rb', line 226 def initialize(id='') @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
234 235 236 |
# File 'lib/Ice/LocalException.rb', line 234 def id @id end |
Instance Method Details
#to_s ⇒ Object
230 231 232 |
# File 'lib/Ice/LocalException.rb', line 230 def to_s '::Ice::ObjectAdapterIdInUseException' end |