Exception: IceGrid::DeploymentException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceGrid::DeploymentException
- Defined in:
- ruby/IceGrid/Exception.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Methods inherited from Ice::UserException
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
131 132 133 |
# File 'ruby/IceGrid/Exception.rb', line 131 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
127 128 129 |
# File 'ruby/IceGrid/Exception.rb', line 127 def to_s '::IceGrid::DeploymentException' end |