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