Exception: Ice::ObjectAdapterDeactivatedException

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

Constant Summary collapse

ICE_TYPE =
T_ObjectAdapterDeactivatedException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

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

#nameObject

Returns the value of attribute name.



235
236
237
# File 'lib/Ice/LocalException.rb', line 235

def name
  @name
end

Instance Method Details

#to_sObject



231
232
233
# File 'lib/Ice/LocalException.rb', line 231

def to_s
    'Ice::ObjectAdapterDeactivatedException'
end