Exception: RightScale::Exceptions::RetryableError

Inherits:
NestedException show all
Defined in:
lib/right_agent/exceptions.rb

Overview

Request failed but potentially will succeed if retried

Instance Attribute Summary

Attributes inherited from NestedException

#nested_exception

Instance Method Summary collapse

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(message, nested_exception = nil)
  super(message, nested_exception)
end