de.opsdesign.yax.common
Class YaxFactoryConfigurationException

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.YaxFactoryConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class YaxFactoryConfigurationException
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
YaxFactoryConfigurationException(java.lang.String msg)
           
YaxFactoryConfigurationException(java.lang.String msg, java.lang.Exception cause)
           
YaxFactoryConfigurationException(java.lang.String msg, java.lang.Exception cause, YaxEvent yaxEvent)
           
YaxFactoryConfigurationException(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

YaxFactoryConfigurationException

public YaxFactoryConfigurationException(java.lang.String msg)

YaxFactoryConfigurationException

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

YaxFactoryConfigurationException

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

YaxFactoryConfigurationException

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


Copyright © 2008 OPS Design GmbH. All Rights Reserved.