Exception: IceStorm::BadQoS

Inherits:
Ice::UserException show all
Defined in:
lib/IceStorm/IceStorm.rb

Constant Summary collapse

ICE_TYPE =
T_BadQoS

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

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

#reasonObject

Returns the value of attribute reason.



159
160
161
# File 'lib/IceStorm/IceStorm.rb', line 159

def reason
  @reason
end

Instance Method Details

#to_sObject



155
156
157
# File 'lib/IceStorm/IceStorm.rb', line 155

def to_s
    'IceStorm::BadQoS'
end