Uses of Class
jetbrains.buildServer.issueTracker.errors.RetrieveIssueException
-
Packages that use RetrieveIssueException Package Description jetbrains.buildServer.issueTracker jetbrains.buildServer.issueTracker.errors jetbrains.buildServer.issueTracker.impl -
-
Uses of RetrieveIssueException in jetbrains.buildServer.issueTracker
Methods in jetbrains.buildServer.issueTracker with parameters of type RetrieveIssueException Modifier and Type Method Description StringIssueProviderEx. describeError(RetrieveIssueException e)Returns a human-readable description of theRetrieveIssueExceptionerror.Methods in jetbrains.buildServer.issueTracker that throw RetrieveIssueException Modifier and Type Method Description IssueDataIssueProvider. findIssueById(String id)Returns the issue by the specified id.IssueExIssuesManager. findIssueById(IssueProvider provider, String id)Returns the issue corresponding to specifiedid. -
Uses of RetrieveIssueException in jetbrains.buildServer.issueTracker.errors
Subclasses of RetrieveIssueException in jetbrains.buildServer.issueTracker.errors Modifier and Type Class Description classConfigurationExceptionException is thrown when the issue tracker is not configured correctly.classConnectionExceptionException indicates a general connection failure with the issue tracker.classForbiddenExceptionException is thrown when the requestor is not authorized to retrieve the issue.classIssueTrackerErrorExceptionException is thrown in case of issue tracker server failure.classNotFoundExceptionException is thrown when certain issue cannot be found in the issue tracker.classProxyAuthorizationExceptionSimilar toUnauthorizedExceptionthis exception indicated an authorization problem particularly with the proxy server.classRequestTimeoutExceptionException indicates that the request was not performed within certain timeout.classUnauthorizedExceptionException is thrown when the request requires user authentication.classUnsupportedExceptionException is thrown when TeamCity failed to parse or understand the response from the issue tracker, or the issue tracker failed to understand the request from TeamCity. -
Uses of RetrieveIssueException in jetbrains.buildServer.issueTracker.impl
Methods in jetbrains.buildServer.issueTracker.impl with parameters of type RetrieveIssueException Modifier and Type Method Description StringIssueProviderWrapper. describeError(RetrieveIssueException e)Methods in jetbrains.buildServer.issueTracker.impl that throw RetrieveIssueException Modifier and Type Method Description IssueExIssuesManagerImpl. findIssueById(IssueProvider provider, String id)
-