Exception: IceGrid::NodeUnreachableException

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.



143
144
145
# File 'ruby/IceGrid/Exception.rb', line 143

def name
  @name
end

#reasonObject

Returns the value of attribute reason.



143
144
145
# File 'ruby/IceGrid/Exception.rb', line 143

def reason
  @reason
end

Instance Method Details

#to_sObject



139
140
141
# File 'ruby/IceGrid/Exception.rb', line 139

def to_s
    '::IceGrid::NodeUnreachableException'
end