Exception: IceGrid::ServerStartException

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 = '', reason = '') ⇒ ServerStartException

Returns a new instance of ServerStartException.



57
58
59
60
# File 'lib/IceGrid/Exception.rb', line 57

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



66
67
68
# File 'lib/IceGrid/Exception.rb', line 66

def id
  @id
end

#reasonObject

Returns the value of attribute reason.



66
67
68
# File 'lib/IceGrid/Exception.rb', line 66

def reason
  @reason
end

Instance Method Details

#to_sObject



62
63
64
# File 'lib/IceGrid/Exception.rb', line 62

def to_s
    '::IceGrid::ServerStartException'
end