org.eclipse.stardust.common.error
Class ConcurrencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.stardust.common.error.ApplicationException
                  extended by org.eclipse.stardust.common.error.PublicException
                      extended by org.eclipse.stardust.common.error.ConcurrencyException
All Implemented Interfaces:
Serializable, org.eclipse.stardust.common.error.ExceptionLogHint

public class ConcurrencyException
extends PublicException
implements org.eclipse.stardust.common.error.ExceptionLogHint

Thrown whenever the workflow engine detects concurrency problems with workflow enactment.

See Also:
Serialized Form

Constructor Summary
ConcurrencyException(ErrorCase errorCase)
          Constructs the Exception
ConcurrencyException(ErrorCase errorCase, Throwable e)
          Constructs the Exception
ConcurrencyException(String message)
          Deprecated. - use ConcurrencyException(ErrorCase) instead
ConcurrencyException(String message, Throwable e)
          Deprecated. - use ConcurrencyException(ErrorCase, Throwable) instead
ConcurrencyException(Throwable e)
          Constructs the Exception
 
Method Summary
 boolean getInitialLogging()
          
 
Methods inherited from class org.eclipse.stardust.common.error.ApplicationException
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrencyException

public ConcurrencyException(String message)
Deprecated. - use ConcurrencyException(ErrorCase) instead

Constructs the Exception

Parameters:
message - - the error message for this exception

ConcurrencyException

public ConcurrencyException(ErrorCase errorCase)
Constructs the Exception

Parameters:
errorCase - - the ErrorCase for this exception

ConcurrencyException

public ConcurrencyException(String message,
                            Throwable e)
Deprecated. - use ConcurrencyException(ErrorCase, Throwable) instead

Constructs the Exception

Parameters:
message - - the error message for this exception
e - - the root cause for this exception

ConcurrencyException

public ConcurrencyException(ErrorCase errorCase,
                            Throwable e)
Constructs the Exception

Parameters:
errorCase - - the ErrorCase for this exception
e - - the root cause for this exception

ConcurrencyException

public ConcurrencyException(Throwable e)
Constructs the Exception

Parameters:
e - - the root cause for this exception
Method Detail

getInitialLogging

public boolean getInitialLogging()

Specified by:
getInitialLogging in interface org.eclipse.stardust.common.error.ExceptionLogHint


Copyright © 2017 Eclipse Stardust. All Rights Reserved.