Package com.atlassian.bitbucket.jira
Class JiraSetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.jira.JiraSetupException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationTypeNotInstalledException
,IncorrectApplicationBaseUrlException
,JiraUserCredentialsException
,NotAJiraServerException
Used to indicate something has gone wrong with the creation of the Jira Application Link and/or creation of the Jira
Crowd configuration.
- See Also:
-
Constructor Summary
ConstructorDescriptionJiraSetupException
(String prettyUserMessage) JiraSetupException
(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
-
JiraSetupException
- Parameters:
prettyUserMessage
- a message for display in the UI that will contain a brief description of the problem and the next steps the user should take.
-
JiraSetupException
- Parameters:
prettyUserMessage
- a message for display in the UI that will contain a brief description of the problem and the next steps the user should take.cause
- the nested exception that is or contains the root cause of the problem
-