Exception: IceGrid::FileNotAvailableException

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

#reasonObject

Returns the value of attribute reason.



258
259
260
# File 'ruby/IceGrid/Exception.rb', line 258

def reason
  @reason
end

Instance Method Details

#to_sObject



254
255
256
# File 'ruby/IceGrid/Exception.rb', line 254

def to_s
    '::IceGrid::FileNotAvailableException'
end