public class

IncorrectStashBaseUrlException

extends JiraSetupException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.stash.jira.JiraSetupException
           ↳ com.atlassian.stash.jira.IncorrectStashBaseUrlException

Class Overview

This exception is thrown when the Stash baseUrl supplied to JIRA to create a reciprocal application link was not accessible from the JIRA server.

Summary

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

Public Constructors

public IncorrectStashBaseUrlException (String prettyUserMessage, Throwable cause)