org.priha.util
Class ConfigurationException

java.lang.Object
  extended by RepositoryException
      extended by org.priha.util.ConfigurationException

public class ConfigurationException
extends RepositoryException

Thrown when the configuration is faulty.


Constructor Summary
ConfigurationException(java.lang.String msg)
           
ConfigurationException(java.lang.String msg, java.lang.String propertyKey)
          Construct a ConfigurationException.
ConfigurationException(java.lang.String msg, java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String msg,
                              java.lang.String propertyKey)
Construct a ConfigurationException.

Parameters:
msg - The exception message
propertyKey - If there is a property key, you can add it here. May be null.

ConfigurationException

public ConfigurationException(java.lang.String msg)

ConfigurationException

public ConfigurationException(java.lang.String msg,
                              java.lang.Throwable e)