Exception: IceGrid::DeploymentException

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

Constant Summary collapse

ICE_TYPE =
T_DeploymentException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ DeploymentException

Returns a new instance of DeploymentException.



191
192
193
# File 'lib/IceGrid/Exception.rb', line 191

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

Instance Attribute Details

#reasonObject

Returns the value of attribute reason.



199
200
201
# File 'lib/IceGrid/Exception.rb', line 199

def reason
  @reason
end

Instance Method Details

#to_sObject



195
196
197
# File 'lib/IceGrid/Exception.rb', line 195

def to_s
    'IceGrid::DeploymentException'
end