Exception: Ice::ObjectAdapterDeactivatedException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

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

#nameObject

Returns the value of attribute name.



218
219
220
# File 'lib/Ice/LocalException.rb', line 218

def name
  @name
end

Instance Method Details

#to_sObject



214
215
216
# File 'lib/Ice/LocalException.rb', line 214

def to_s
    '::Ice::ObjectAdapterDeactivatedException'
end