Class RetrieveIssueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.issueTracker.errors.RetrieveIssueException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException,ConnectionException,ForbiddenException,IssueTrackerErrorException,NotFoundException,ProxyAuthorizationException,RequestTimeoutException,UnauthorizedException,UnsupportedException
public class RetrieveIssueException extends RuntimeException
General superclass of all issue retrieve exceptions.Note: unknown or unexpected errors should not be reported using a subclass of
RetrieveIssueException.- Since:
- 7.0
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetrieveIssueException()RetrieveIssueException(String message)RetrieveIssueException(String message, Throwable cause)RetrieveIssueException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-