Exception: IceGrid::ServerNotExistException

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

Constant Summary collapse

ICE_TYPE =
T_ServerNotExistException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initialize(id = '') ⇒ ServerNotExistException

Returns a new instance of ServerNotExistException.



47
48
49
# File 'lib/IceGrid/Exception.rb', line 47

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



55
56
57
# File 'lib/IceGrid/Exception.rb', line 55

def id
  @id
end

Instance Method Details

#to_sObject



51
52
53
# File 'lib/IceGrid/Exception.rb', line 51

def to_s
    'IceGrid::ServerNotExistException'
end