Exception: IceStorm::BadQoS
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::BadQoS
- Defined in:
- ruby/IceStorm/IceStorm.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
102 103 104 |
# File 'ruby/IceStorm/IceStorm.rb', line 102 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
98 99 100 |
# File 'ruby/IceStorm/IceStorm.rb', line 98 def to_s '::IceStorm::BadQoS' end |