Exception: IceGrid::ServerUnreachableException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::ServerUnreachableException
- Defined in:
- ruby/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
158 159 160 |
# File 'ruby/IceGrid/Exception.rb', line 158 def name @name end |
#reason ⇒ Object
Returns the value of attribute reason.
158 159 160 |
# File 'ruby/IceGrid/Exception.rb', line 158 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
154 155 156 |
# File 'ruby/IceGrid/Exception.rb', line 154 def to_s '::IceGrid::ServerUnreachableException' end |