Exception: Rhc::Rest::RequestDeniedException

Inherits:
ClientErrorException show all
Defined in:
lib/rhc-rest/exceptions/exceptions.rb

Overview

Exceptions thrown in case of an HTTP 403 is received.

403 Forbidden

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated.

Instance Attribute Summary

Attributes inherited from BaseException

#code

Method Summary

Methods inherited from BaseException

#initialize

Constructor Details

This class inherits a constructor from Rhc::Rest::BaseException