Exception: IceGrid::RegistryUnreachableException

Inherits:
Ice::UserException show all
Defined in:
ruby/IceGrid/Admin.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#nameObject

Returns the value of attribute name.



478
479
480
# File 'ruby/IceGrid/Admin.rb', line 478

def name
  @name
end

#reasonObject

Returns the value of attribute reason.



478
479
480
# File 'ruby/IceGrid/Admin.rb', line 478

def reason
  @reason
end

Instance Method Details

#to_sObject



474
475
476
# File 'ruby/IceGrid/Admin.rb', line 474

def to_s
    '::IceGrid::RegistryUnreachableException'
end