Exception: IceGrid::ServerStartException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ServerStartException
- 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 = '') ⇒ ServerStartException
constructor
A new instance of ServerStartException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(id = '', reason = '') ⇒ ServerStartException
Returns a new instance of ServerStartException.
57 58 59 60 |
# File 'lib/IceGrid/Exception.rb', line 57 def initialize(id='', reason='') @id = id @reason = reason end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
66 67 68 |
# File 'lib/IceGrid/Exception.rb', line 66 def id @id end |
#reason ⇒ Object
Returns the value of attribute reason.
66 67 68 |
# File 'lib/IceGrid/Exception.rb', line 66 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
62 63 64 |
# File 'lib/IceGrid/Exception.rb', line 62 def to_s '::IceGrid::ServerStartException' end |