de.opsdesign.yax.common
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.opsdesign.yax.common.YaxException
              extended by de.opsdesign.yax.common.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends YaxException

This file is part of the de.opsdesign.yax project.

Author:
joerg.moebius@hamburg.de Software and documentation are released under the terms of the GNU LGPL license (see http://www.gnu.org/copyleft/lesser.html) and comes without a warranty of any kind.
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String msg)
           
ConfigurationException(java.lang.String msg, java.lang.Exception cause)
           
ConfigurationException(java.lang.String msg, java.lang.Exception cause, YaxEvent yaxEvent)
           
ConfigurationException(java.lang.String msg, YaxEvent yaxEvent)
           
 
Method Summary
 
Methods inherited from class de.opsdesign.yax.common.YaxException
getCause, getYaxEvent
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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(java.lang.String msg)

ConfigurationException

public ConfigurationException(java.lang.String msg,
                              java.lang.Exception cause)

ConfigurationException

public ConfigurationException(java.lang.String msg,
                              YaxEvent yaxEvent)

ConfigurationException

public ConfigurationException(java.lang.String msg,
                              java.lang.Exception cause,
                              YaxEvent yaxEvent)


Copyright © 2008 OPS Design GmbH. All Rights Reserved.