Uses of Class
org.kohsuke.github.GHIOException
Packages that use GHIOException
-
Uses of GHIOException in org.kohsuke.github
Subclasses of GHIOException in org.kohsuke.githubModifier and TypeClassDescriptionclassFailure related to Enterprise Managed Users operations.classFailure when the operation cannot be carried out because the resource is not part of an externally managed enterprise.classThis exception is thrown when GitHub is requesting an OTP from the user.classFailure when the operation cannot be carried out because the team cannot be externally managed.classIOExceptionfor http exceptions becauseHttpURLConnectionthrows un-discernedIOExceptionand it can help to know the http response code to decide how to handle an http exceptions.classSpecialIOExceptioncase for http exceptions, whenHttpExceptionis thrown due to GitHub service being down.