Exception: IceGrid::AdapterNotExistException

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

Constant Summary collapse

ICE_TYPE =
T_AdapterNotExistException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initialize(id = '') ⇒ AdapterNotExistException

Returns a new instance of AdapterNotExistException.



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

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



114
115
116
# File 'lib/IceGrid/Exception.rb', line 114

def id
  @id
end

Instance Method Details

#to_sObject



110
111
112
# File 'lib/IceGrid/Exception.rb', line 110

def to_s
    'IceGrid::AdapterNotExistException'
end