Exception: IceGrid::ServerStartException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ServerStartException
- 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.
41 42 43 |
# File 'ruby/IceGrid/Exception.rb', line 41 def id @id end |
#reason ⇒ Object
Returns the value of attribute reason.
41 42 43 |
# File 'ruby/IceGrid/Exception.rb', line 41 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
37 38 39 |
# File 'ruby/IceGrid/Exception.rb', line 37 def to_s '::IceGrid::ServerStartException' end |