Exception: Common::ClusterAllocateError

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

Constructor Details

#initialize(msg) ⇒ ClusterAllocateError



98
99
100
# File 'lib/common/cloudbox_exceptions.rb', line 98

def initialize(msg)
  super(msg)
end