Exception: RightScale::Exceptions::Unauthorized

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

Overview

Not authorized to make request

Instance Attribute Summary

Attributes inherited from NestedException

#nested_exception

Instance Method Summary collapse

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