Exception: RightScale::Exceptions::Unauthorized
- Inherits:
-
NestedException
- Object
- StandardError
- NestedException
- RightScale::Exceptions::Unauthorized
- Defined in:
- lib/right_agent/exceptions.rb
Overview
Not authorized to make request
Instance Attribute Summary
Attributes inherited from NestedException
Instance Method Summary collapse
-
#initialize(message, nested_exception = nil) ⇒ Unauthorized
constructor
A new instance of Unauthorized.
Constructor Details
#initialize(message, nested_exception = nil) ⇒ Unauthorized
Returns a new instance of Unauthorized.
52 53 54 |
# File 'lib/right_agent/exceptions.rb', line 52 def initialize(, nested_exception = nil) super(, nested_exception) end |