Exception: IceGrid::DeploymentException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::DeploymentException
- Defined in:
- lib/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ DeploymentException
constructor
A new instance of DeploymentException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
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
#reason ⇒ Object
Returns the value of attribute reason.
185 186 187 |
# File 'lib/IceGrid/Exception.rb', line 185 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
181 182 183 |
# File 'lib/IceGrid/Exception.rb', line 181 def to_s '::IceGrid::DeploymentException' end |