Exception: IceGrid::AllocationException

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

Direct Known Subclasses

AllocationTimeoutException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#reasonObject

Returns the value of attribute reason.



106
107
108
# File 'ruby/IceGrid/Exception.rb', line 106

def reason
  @reason
end

Instance Method Details

#to_sObject



102
103
104
# File 'ruby/IceGrid/Exception.rb', line 102

def to_s
    '::IceGrid::AllocationException'
end