com.atlassian.jira.startup
Class JiraHomeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.startup.JiraHomeException
All Implemented Interfaces:
Serializable

public class JiraHomeException
extends Exception

Thrown when errors occur trying to validate the jira.home.

Since:
v4.0
See Also:
Serialized Form

Constructor Summary
JiraHomeException(String message)
           
JiraHomeException(String plainText, String htmlText)
           
 
Method Summary
 String getHtmlMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JiraHomeException

public JiraHomeException(String message)

JiraHomeException

public JiraHomeException(String plainText,
                         String htmlText)
Method Detail

getHtmlMessage

public String getHtmlMessage()


Copyright © 2002-2014 Atlassian. All Rights Reserved.