Exception: Ice::ObjectAdapterDeactivatedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::ObjectAdapterDeactivatedException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_ObjectAdapterDeactivatedException
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = '') ⇒ ObjectAdapterDeactivatedException
constructor
A new instance of ObjectAdapterDeactivatedException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(name = '') ⇒ ObjectAdapterDeactivatedException
Returns a new instance of ObjectAdapterDeactivatedException.
227 228 229 |
# File 'lib/Ice/LocalException.rb', line 227 def initialize(name='') @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
235 236 237 |
# File 'lib/Ice/LocalException.rb', line 235 def name @name end |
Instance Method Details
#to_s ⇒ Object
231 232 233 |
# File 'lib/Ice/LocalException.rb', line 231 def to_s 'Ice::ObjectAdapterDeactivatedException' end |