Exception: IceGrid::DeploymentException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ DeploymentException

Returns a new instance of DeploymentException.



177
178
179
# File 'lib/IceGrid/Exception.rb', line 177

def initialize(reason='')
    @reason = reason
end

Instance Attribute Details

#reasonObject

Returns the value of attribute reason.



185
186
187
# File 'lib/IceGrid/Exception.rb', line 185

def reason
  @reason
end

Instance Method Details

#to_sObject



181
182
183
# File 'lib/IceGrid/Exception.rb', line 181

def to_s
    '::IceGrid::DeploymentException'
end