Exception: Rhc::Rest::UnAuthorizedException

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

Overview

Exceptions thrown in case of an HTTP 401 is received.

401 Unauthorized

The request requires user authentication. If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials.

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