Exception: Deltacloud::Exceptions::ProviderTimeout

Inherits:
DeltacloudException show all
Defined in:
lib/deltacloud/drivers/exceptions.rb

Instance Attribute Summary

Attributes inherited from DeltacloudException

#backtrace, #code, #message, #name, #request

Instance Method Summary collapse

Constructor Details

#initialize(e, message) ⇒ ProviderTimeout

Returns a new instance of ProviderTimeout.



97
98
99
100
# File 'lib/deltacloud/drivers/exceptions.rb', line 97

def initialize(e, message)
  message ||= e.message
  super(504, e.class.name, message, e.backtrace)
end