com.atlassian.seraph.config
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.seraph.config.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends Exception

Exception thrown during Seraph configuration.

See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Deprecated. please provide some information via another constructor
ConfigurationException(String s)
           
ConfigurationException(String s, Throwable t)
           
 
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()
Deprecated. please provide some information via another constructor


ConfigurationException

public ConfigurationException(String s)

ConfigurationException

public ConfigurationException(String s,
                              Throwable t)


Copyright © 2013 Atlassian. All Rights Reserved.