com.atlassian.johnson.config
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.lang.exception.NestableException
              extended by com.atlassian.johnson.config.ConfigurationException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable

public class ConfigurationException
extends org.apache.commons.lang.exception.NestableException

Exception thrown during Johnson configuration

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
ConfigurationException()
           
ConfigurationException(String string)
           
ConfigurationException(String string, Throwable throwable)
           
ConfigurationException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()

ConfigurationException

public ConfigurationException(String string)

ConfigurationException

public ConfigurationException(Throwable throwable)

ConfigurationException

public ConfigurationException(String string,
                              Throwable throwable)


Atlassian Johnson is developed by Atlassian Software Systems.