Exception: IceGrid::AdapterNotExistException

Inherits:
Ice::UserException show all
Defined in:
lib/IceGrid/Exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(id = '') ⇒ AdapterNotExistException

Returns a new instance of AdapterNotExistException.



97
98
99
# File 'lib/IceGrid/Exception.rb', line 97

def initialize(id='')
    @id = id
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



105
106
107
# File 'lib/IceGrid/Exception.rb', line 105

def id
  @id
end

Instance Method Details

#to_sObject



101
102
103
# File 'lib/IceGrid/Exception.rb', line 101

def to_s
    '::IceGrid::AdapterNotExistException'
end