Cookie Notice

Use Tree Navigation
public class

JiraSetupException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.jira.JiraSetupException
Known Direct Subclasses

Class Overview

Used to indicate something has gone wrong with the creation of the Jira Application Link and/or creation of the Jira Crowd configuration.

Summary

Public Constructors
JiraSetupException(String prettyUserMessage)
JiraSetupException(String prettyUserMessage, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JiraSetupException (String prettyUserMessage)

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.

public JiraSetupException (String prettyUserMessage, Throwable cause)

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
Feedback?
View cookie preferences