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