java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.kohsuke.github.GHIOException
org.kohsuke.github.HttpException
org.kohsuke.github.ServiceDownException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class org.kohsuke.github.GHIOException
responseHeaderFields -
Constructor Summary
ConstructorsConstructorDescriptionServiceDownException(GitHubConnectorResponse connectorResponse) Instantiates a new service down exception. -
Method Summary
Methods inherited from class org.kohsuke.github.HttpException
getResponseCode, getResponseMessage, getUrlMethods inherited from class org.kohsuke.github.GHIOException
getResponseHeaderFieldsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceDownException
Instantiates a new service down exception.- Parameters:
connectorResponse- the connector response to base this on
-