Exception: IceStorm::BadQoS

Inherits:
Ice::UserException show all
Defined in:
ruby/IceStorm/IceStorm.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.



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

def reason
  @reason
end

Instance Method Details

#to_sObject



98
99
100
# File 'ruby/IceStorm/IceStorm.rb', line 98

def to_s
    '::IceStorm::BadQoS'
end