Exception: IceGrid::NodeUnreachableException

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.



464
465
466
# File 'ruby/IceGrid/Admin.rb', line 464

def name
  @name
end

#reasonObject

Returns the value of attribute reason.



464
465
466
# File 'ruby/IceGrid/Admin.rb', line 464

def reason
  @reason
end

Instance Method Details

#to_sObject



460
461
462
# File 'ruby/IceGrid/Admin.rb', line 460

def to_s
    '::IceGrid::NodeUnreachableException'
end