Exception: IceGrid::RegistryUnreachableException

Inherits:
Ice::UserException show all
Defined in:
ruby/IceGrid/Exception.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.



173
174
175
# File 'ruby/IceGrid/Exception.rb', line 173

def name
  @name
end

#reasonObject

Returns the value of attribute reason.



173
174
175
# File 'ruby/IceGrid/Exception.rb', line 173

def reason
  @reason
end

Instance Method Details

#to_sObject



169
170
171
# File 'ruby/IceGrid/Exception.rb', line 169

def to_s
    '::IceGrid::RegistryUnreachableException'
end