Exception: IceGrid::AdapterNotExistException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::AdapterNotExistException
- 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.
71 72 73 |
# File 'ruby/IceGrid/Exception.rb', line 71 def id @id end |
Instance Method Details
#to_s ⇒ Object
67 68 69 |
# File 'ruby/IceGrid/Exception.rb', line 67 def to_s '::IceGrid::AdapterNotExistException' end |