at.gv.egovernment.moa.spss.server.config
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--at.gv.egovernment.moa.spss.MOAException
                    |
                    +--at.gv.egovernment.moa.spss.MOASystemException
                          |
                          +--at.gv.egovernment.moa.spss.server.config.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends MOASystemException

Exception signalling an error in the configuration.

Version:
$Id$
Author:
Patrick Peck
See Also:
Serialized Form

Constructor Summary
ConfigurationException(String messageId, Object[] parameters)
          Create a ConfigurationException.
ConfigurationException(String messageId, Object[] parameters, Throwable wrapped)
          Create a ConfigurationException.
 
Methods inherited from class at.gv.egovernment.moa.spss.MOAException
getMessageId, getWrapped, printStackTrace, printStackTrace, printStackTrace, toErrorResponse
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(String messageId,
                              Object[] parameters)
Create a ConfigurationException.
See Also:
at.gv.egovernment.moa.spss.server.MOAException#MOAException(String, Object[])

ConfigurationException

public ConfigurationException(String messageId,
                              Object[] parameters,
                              Throwable wrapped)
Create a ConfigurationException.
See Also:
at.gv.egovernment.moa.spss.server.MOAException#MOAException(String, Object[], Throwable)