Exception: IceGrid::ServerNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ServerNotExistException
- Defined in:
- ruby/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
29 30 31 |
# File 'ruby/IceGrid/Exception.rb', line 29 def id @id end |
Instance Method Details
#to_s ⇒ Object
25 26 27 |
# File 'ruby/IceGrid/Exception.rb', line 25 def to_s '::IceGrid::ServerNotExistException' end |