Exception: IceGrid::ServerStopException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ServerStopException
- Defined in:
- lib/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
-
#initialize(id = '', reason = '') ⇒ ServerStopException
constructor
A new instance of ServerStopException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(id = '', reason = '') ⇒ ServerStopException
Returns a new instance of ServerStopException.
77 78 79 80 |
# File 'lib/IceGrid/Exception.rb', line 77 def initialize(id='', reason='') @id = id @reason = reason end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
86 87 88 |
# File 'lib/IceGrid/Exception.rb', line 86 def id @id end |
#reason ⇒ Object
Returns the value of attribute reason.
86 87 88 |
# File 'lib/IceGrid/Exception.rb', line 86 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
82 83 84 |
# File 'lib/IceGrid/Exception.rb', line 82 def to_s '::IceGrid::ServerStopException' end |