de.opsdesign.yax.common
Class RunException

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

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

RunException

public RunException(java.lang.String msg)

RunException

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

RunException

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

RunException

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


Copyright © 2008 OPS Design GmbH. All Rights Reserved.