Class ServiceDownException

All Implemented Interfaces:
Serializable

public class ServiceDownException extends HttpException
Special IOException case for http exceptions, when HttpException is thrown due to GitHub service being down. Inherits from HttpException to maintain compatibility with existing clients.
Author:
Rastislav Budinsky
See Also:
  • Constructor Details

    • ServiceDownException

      public ServiceDownException(GitHubConnectorResponse connectorResponse)
      Instantiates a new service down exception.
      Parameters:
      connectorResponse - the connector response to base this on