Exception: Rhc::Rest::ServiceUnavailableException

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

Overview

Exceptions thrown in case of an HTTP 503 is received.

503 Service Unavailable

The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay.

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