public class

JiraSetupException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.stash.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