Exception: Common::CheckConfigurationClusterAllocateError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::CheckConfigurationClusterAllocateError
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
ClusterError ################ Throws an exception if the check configuration during the allocating of nodes on a cluster is catch.
Instance Method Summary collapse
-
#initialize(msg) ⇒ CheckConfigurationClusterAllocateError
constructor
A new instance of CheckConfigurationClusterAllocateError.
Constructor Details
#initialize(msg) ⇒ CheckConfigurationClusterAllocateError
Returns a new instance of CheckConfigurationClusterAllocateError.
64 65 66 |
# File 'lib/common/cloudbox_exceptions.rb', line 64 def initialize(msg) super(msg) end |