Exception: IceStorm::BadQoS
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::BadQoS
- Defined in:
- lib/IceStorm/IceStorm.rb
Constant Summary collapse
- ICE_TYPE =
T_BadQoS
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.
151 152 153 |
# File 'lib/IceStorm/IceStorm.rb', line 151 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
159 160 161 |
# File 'lib/IceStorm/IceStorm.rb', line 159 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
155 156 157 |
# File 'lib/IceStorm/IceStorm.rb', line 155 def to_s 'IceStorm::BadQoS' end |