es.udc.gii.common.eaf.exception
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by es.udc.gii.common.eaf.exception.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.RuntimeException

This runtime exception is thrown when something goes wrong while performing configuration.

Since:
1.0
Author:
Grupo Integrado de IngenierĂ­a (www.gii.udc.es)
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Creates a new instance of ConfigurationException without detail message.
ConfigurationException(java.lang.Class<T> sender, java.lang.Exception ex)
          Constructs an instance of ConfigurationException.
ConfigurationException(java.lang.String msg)
          Constructs an instance of ConfigurationException with the specified detail message.
 
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()
Creates a new instance of ConfigurationException without detail message.


ConfigurationException

public ConfigurationException(java.lang.String msg)
Constructs an instance of ConfigurationException with the specified detail message.

Parameters:
msg - the detail message.

ConfigurationException

public ConfigurationException(java.lang.Class<T> sender,
                              java.lang.Exception ex)
Constructs an instance of ConfigurationException.

Parameters:
ex - - Thrown exception while configuration.