Package com.atlassian.bitbucket.jira
Class NotAJiraServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.jira.JiraSetupException
com.atlassian.bitbucket.jira.NotAJiraServerException
- All Implemented Interfaces:
Serializable
This exception is thrown when the setup service can not retrieve the remote Jira server's UAL manifest (usually
available at /rest/applinks/1.0/manifest). This may happen because the supplied URL does not target a Jira server,
the Jira server pre-dates v4.3, or the Jira server is not responding normally (UAL is a system plugin that shouldn't
be disabled under normal circumstances).
- See Also:
-
Constructor Summary
ConstructorDescriptionNotAJiraServerException
(String prettyUserMessage) NotAJiraServerException
(String prettyUserMessage, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAJiraServerException
-
NotAJiraServerException
-