Exception: IceGrid::DeploymentException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#reasonObject

Returns the value of attribute reason.



131
132
133
# File 'ruby/IceGrid/Exception.rb', line 131

def reason
  @reason
end

Instance Method Details

#to_sObject



127
128
129
# File 'ruby/IceGrid/Exception.rb', line 127

def to_s
    '::IceGrid::DeploymentException'
end