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.



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

def id
  @id
end

#reasonObject

Returns the value of attribute reason.



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

def reason
  @reason
end

Instance Method Details

#to_sObject



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

def to_s
    '::IceGrid::ServerStopException'
end