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.



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

def name
  @name
end

#reasonObject

Returns the value of attribute reason.



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

def reason
  @reason
end

Instance Method Details

#to_sObject



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

def to_s
    '::IceGrid::RegistryUnreachableException'
end