com.atlassian.bamboo.configuration
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationException
public ConfigurationException(String message)
- Create a configuration exception with the given message
- Parameters:
message
- The description of the exception
ConfigurationException
public ConfigurationException(String message,
Throwable cause)
- Create a configuration exception with the given message and root cause.
- Parameters:
message
- The description of the exceptioncause
- The root cause
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.