Exception: RHC::Rest::UnAuthorizedException

Inherits:
ClientErrorException show all
Defined in:
lib/rhc/rest.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.

Direct Known Subclasses

TokenExpiredOrInvalid

Instance Attribute Summary

Attributes inherited from Exception

#code

Method Summary

Methods inherited from Exception

#initialize

Constructor Details

This class inherits a constructor from RHC::Rest::Exception