Exception: RightScale::Exceptions::RetryableError
- Inherits:
-
NestedException
- Object
- StandardError
- NestedException
- RightScale::Exceptions::RetryableError
- Defined in:
- lib/right_agent/exceptions.rb
Overview
Request failed but potentially will succeed if retried
Instance Attribute Summary
Attributes inherited from NestedException
Instance Method Summary collapse
-
#initialize(message, nested_exception = nil) ⇒ RetryableError
constructor
A new instance of RetryableError.
Constructor Details
#initialize(message, nested_exception = nil) ⇒ RetryableError
Returns a new instance of RetryableError.
66 67 68 |
# File 'lib/right_agent/exceptions.rb', line 66 def initialize(, nested_exception = nil) super(, nested_exception) end |