Exception: IceGrid::ServerStopException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ServerStopException
- Defined in:
- ruby/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
56 57 58 |
# File 'ruby/IceGrid/Exception.rb', line 56 def id @id end |
#reason ⇒ Object
Returns the value of attribute reason.
56 57 58 |
# File 'ruby/IceGrid/Exception.rb', line 56 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
52 53 54 |
# File 'ruby/IceGrid/Exception.rb', line 52 def to_s '::IceGrid::ServerStopException' end |