Exception: IceGrid::ServerStopException

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.



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

def id
  @id
end

#reasonObject

Returns the value of attribute reason.



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

def reason
  @reason
end

Instance Method Details

#to_sObject



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

def to_s
    '::IceGrid::ServerStopException'
end