Exception: IceGrid::ServerStartException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#idObject

Returns the value of attribute id.



40
41
42
# File 'ruby/IceGrid/Exception.rb', line 40

def id
  @id
end

#reasonObject

Returns the value of attribute reason.



40
41
42
# File 'ruby/IceGrid/Exception.rb', line 40

def reason
  @reason
end

Instance Method Details

#to_sObject



36
37
38
# File 'ruby/IceGrid/Exception.rb', line 36

def to_s
    '::IceGrid::ServerStartException'
end