public class JiraSetupException extends RuntimeException
Constructor and Description |
---|
JiraSetupException(String prettyUserMessage) |
JiraSetupException(String prettyUserMessage,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JiraSetupException(String prettyUserMessage)
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)
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 problemCopyright © 2021 Atlassian. All rights reserved.