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:
  • Constructor Details

    • 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 exception
      cause - The root cause