Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.functest.config.ConfigException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigFile.ConfigFileException
Exception thrown if some sort of error occurs.
- Since:
- v4.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigException
(String message) ConfigException
(String message, Throwable cause) ConfigException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigException
public ConfigException() -
ConfigException
-
ConfigException
-
ConfigException
-