Exception: Common::CheckConfigurationClusterAllocateError

Inherits:
CloudboxError
  • Object
show all
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

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