Exception: IceGrid::NodeUnreachableException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::NodeUnreachableException
- 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.
143 144 145 |
# File 'ruby/IceGrid/Exception.rb', line 143 def name @name end |
#reason ⇒ Object
Returns the value of attribute reason.
143 144 145 |
# File 'ruby/IceGrid/Exception.rb', line 143 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
139 140 141 |
# File 'ruby/IceGrid/Exception.rb', line 139 def to_s '::IceGrid::NodeUnreachableException' end |