Exception: IceGrid::RegistryUnreachableException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::RegistryUnreachableException
- Defined in:
- ruby/IceGrid/Admin.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.
479 480 481 |
# File 'ruby/IceGrid/Admin.rb', line 479 def name @name end |
#reason ⇒ Object
Returns the value of attribute reason.
479 480 481 |
# File 'ruby/IceGrid/Admin.rb', line 479 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
475 476 477 |
# File 'ruby/IceGrid/Admin.rb', line 475 def to_s '::IceGrid::RegistryUnreachableException' end |