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