Exception: IceGrid::ServerUnreachableException

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.



158
159
160
# File 'ruby/IceGrid/Exception.rb', line 158

def name
  @name
end

#reasonObject

Returns the value of attribute reason.



158
159
160
# File 'ruby/IceGrid/Exception.rb', line 158

def reason
  @reason
end

Instance Method Details

#to_sObject



154
155
156
# File 'ruby/IceGrid/Exception.rb', line 154

def to_s
    '::IceGrid::ServerUnreachableException'
end