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