edu.uoc.pfc.j2ee.jalonsod.mtp.config
Class ConfiguratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.uoc.pfc.j2ee.jalonsod.mtp.MTPException
              extended by edu.uoc.pfc.j2ee.jalonsod.mtp.config.ConfiguratorException
All Implemented Interfaces:
java.io.Serializable

public class ConfiguratorException
extends MTPException

File: ConfiguratorException.java Created: 2012-04-23 Exceptions thrown by configuration code are this kind. Exception can have a nested Exception or simply a configuration error message.

Author:
José Alonso de Motta
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class edu.uoc.pfc.j2ee.jalonsod.mtp.MTPException
MTP_EXCEPTION_MODEL_MAPPER, MTP_EXCEPTION_MODEL_RUN, MTP_EXCEPTION_NOERROR, MTP_EXCEPTION_REQUEST_DATA, MTP_EXCEPTION_SECURITY_CHECK, MTP_EXCEPTION_VALIDATION, MTP_EXCEPTION_VIEW_DISPATCHER, MTP_EXCEPTION_VIEW_MAPPER
 
Constructor Summary
ConfiguratorException(java.lang.String msg)
           
ConfiguratorException(java.lang.String msg, java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class edu.uoc.pfc.j2ee.jalonsod.mtp.MTPException
getErrorCode, setErrorCode
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ConfiguratorException

public ConfiguratorException(java.lang.String msg,
                             java.lang.Throwable t)

ConfiguratorException

public ConfiguratorException(java.lang.String msg)