Exception: IceStorm::BadQoS
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::BadQoS
- Defined in:
- lib/IceStorm/IceStorm.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ BadQoS
constructor
A new instance of BadQoS.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(reason = '') ⇒ BadQoS
Returns a new instance of BadQoS.
139 140 141 |
# File 'lib/IceStorm/IceStorm.rb', line 139 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
147 148 149 |
# File 'lib/IceStorm/IceStorm.rb', line 147 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
143 144 145 |
# File 'lib/IceStorm/IceStorm.rb', line 143 def to_s '::IceStorm::BadQoS' end |