Exception: Deltacloud::Exceptions::Conflict
- Inherits:
-
DeltacloudException
- Object
- StandardError
- DeltacloudException
- Deltacloud::Exceptions::Conflict
- 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 = nil) ⇒ Conflict
constructor
A new instance of Conflict.
Constructor Details
#initialize(e, message = nil) ⇒ Conflict
Returns a new instance of Conflict.
62 63 64 65 |
# File 'lib/deltacloud/drivers/exceptions.rb', line 62 def initialize(e, =nil) ||= e. super(409, e.class.name, , e.backtrace) end |