Exception: Deltacloud::Exceptions::ObjectNotFound
- Inherits:
 - 
      DeltacloudException
      
        
- Object
 - StandardError
 - DeltacloudException
 - Deltacloud::Exceptions::ObjectNotFound
 
 
- Defined in:
 - lib/deltacloud/drivers/exceptions.rb
 
Instance Attribute Summary
Attributes inherited from DeltacloudException
#backtrace, #code, #message, #name, #request
Instance Method Summary collapse
- 
  
    
      #initialize(e, message)  ⇒ ObjectNotFound 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ObjectNotFound.
 
Constructor Details
#initialize(e, message) ⇒ ObjectNotFound
Returns a new instance of ObjectNotFound.
      111 112 113 114  | 
    
      # File 'lib/deltacloud/drivers/exceptions.rb', line 111 def initialize(e, ) ||= e. super(404, e.class.name, , e.backtrace) end  |