Class Rhc::Rest::UnAuthorizedException
In: lib/rhc-rest/exceptions/exceptions.rb
Parent: Rhc::Rest::ClientErrorException

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.

[Validate]