Exception: IceGrid::NodeUnreachableException

Inherits:
Ice::UserException show all
Defined in:
lib/IceGrid/Exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(name = '', reason = '') ⇒ NodeUnreachableException

Returns a new instance of NodeUnreachableException.



193
194
195
196
# File 'lib/IceGrid/Exception.rb', line 193

def initialize(name='', reason='')
    @name = name
    @reason = reason
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



202
203
204
# File 'lib/IceGrid/Exception.rb', line 202

def name
  @name
end

#reasonObject

Returns the value of attribute reason.



202
203
204
# File 'lib/IceGrid/Exception.rb', line 202

def reason
  @reason
end

Instance Method Details

#to_sObject



198
199
200
# File 'lib/IceGrid/Exception.rb', line 198

def to_s
    '::IceGrid::NodeUnreachableException'
end