Class IssueTrackerErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.issueTracker.errors.RetrieveIssueException
-
- jetbrains.buildServer.issueTracker.errors.IssueTrackerErrorException
-
- All Implemented Interfaces:
Serializable
public class IssueTrackerErrorException extends RetrieveIssueException
Exception is thrown in case of issue tracker server failure. Corresponds to HTTP errors 500, 502 and 503.- Since:
- 7.0
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IssueTrackerErrorException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IssueTrackerErrorException
public IssueTrackerErrorException(String message)
-
-