Exception: Common::NodeRebootError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::NodeRebootError
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
Throws an exception if an error occurred during the rebooting of a node.
Instance Method Summary collapse
-
#initialize(msg) ⇒ NodeRebootError
constructor
A new instance of NodeRebootError.
Constructor Details
#initialize(msg) ⇒ NodeRebootError
Returns a new instance of NodeRebootError.
300 301 302 |
# File 'lib/common/cloudbox_exceptions.rb', line 300 def initialize(msg) super(msg) end |