Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.configuration.ConfigurationException
- All Implemented Interfaces:
Serializable
This class types configuration exceptions.
- Version:
- Id: ConfigurationLoader.java,v 1.7 2003/04/20 23:37:29 andy Exp $
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message) Create a configuration exception with the given messageConfigurationException
(String message, Throwable cause) Create a configuration exception with the given message and root 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
-
ConfigurationException
Create a configuration exception with the given message- Parameters:
message
- The description of the exception
-
ConfigurationException
Create a configuration exception with the given message and root cause.- Parameters:
message
- The description of the exceptioncause
- The root cause
-