Exception: IceGrid::RegistryUnreachableException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::RegistryUnreachableException
- Defined in:
- lib/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
-
#initialize(name = '', reason = '') ⇒ RegistryUnreachableException
constructor
A new instance of RegistryUnreachableException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(name = '', reason = '') ⇒ RegistryUnreachableException
Returns a new instance of RegistryUnreachableException.
233 234 235 236 |
# File 'lib/IceGrid/Exception.rb', line 233 def initialize(name='', reason='') @name = name @reason = reason end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
242 243 244 |
# File 'lib/IceGrid/Exception.rb', line 242 def name @name end |
#reason ⇒ Object
Returns the value of attribute reason.
242 243 244 |
# File 'lib/IceGrid/Exception.rb', line 242 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
238 239 240 |
# File 'lib/IceGrid/Exception.rb', line 238 def to_s '::IceGrid::RegistryUnreachableException' end |