com.atlassian.bamboo.configuration
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.bamboo.configuration.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.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
ConfigurationException(java.lang.String message)
          Create a configuration exception with the given message
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Create a configuration exception with the given message and root cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String message)
Create a configuration exception with the given message

Parameters:
message - The description of the exception

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)
Create a configuration exception with the given message and root cause.

Parameters:
message - The description of the exception
cause - The root cause


Copyright © 2010 Atlassian. All Rights Reserved.