Exception: IceGrid::ServerNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ServerNotExistException
- Defined in:
- lib/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = '') ⇒ ServerNotExistException
constructor
A new instance of ServerNotExistException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(id = '') ⇒ ServerNotExistException
Returns a new instance of ServerNotExistException.
41 42 43 |
# File 'lib/IceGrid/Exception.rb', line 41 def initialize(id='') @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
49 50 51 |
# File 'lib/IceGrid/Exception.rb', line 49 def id @id end |
Instance Method Details
#to_s ⇒ Object
45 46 47 |
# File 'lib/IceGrid/Exception.rb', line 45 def to_s '::IceGrid::ServerNotExistException' end |