Exception: IceGrid::DeploymentException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::DeploymentException
- Defined in:
- lib/IceGrid/Exception.rb
Constant Summary collapse
- ICE_TYPE =
T_DeploymentException
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.
191 192 193 |
# File 'lib/IceGrid/Exception.rb', line 191 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
199 200 201 |
# File 'lib/IceGrid/Exception.rb', line 199 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
195 196 197 |
# File 'lib/IceGrid/Exception.rb', line 195 def to_s 'IceGrid::DeploymentException' end |