Exception: Ice::ObjectAdapterDeactivatedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::ObjectAdapterDeactivatedException
- Defined in:
- lib/Ice/LocalException.rb
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.
210 211 212 |
# File 'lib/Ice/LocalException.rb', line 210 def initialize(name='') @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
218 219 220 |
# File 'lib/Ice/LocalException.rb', line 218 def name @name end |
Instance Method Details
#to_s ⇒ Object
214 215 216 |
# File 'lib/Ice/LocalException.rb', line 214 def to_s '::Ice::ObjectAdapterDeactivatedException' end |