|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.common.error.PublicException
org.eclipse.stardust.common.error.ConcurrencyException
public class ConcurrencyException
Thrown whenever the workflow engine detects concurrency problems with workflow enactment.
| 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 |
|---|
public ConcurrencyException(String message)
ConcurrencyException(ErrorCase) instead
message - - the error message for this exceptionpublic ConcurrencyException(ErrorCase errorCase)
errorCase - - the ErrorCase for this exception
public ConcurrencyException(String message,
Throwable e)
ConcurrencyException(ErrorCase, Throwable) instead
message - - the error message for this exceptione - - the root cause for this exception
public ConcurrencyException(ErrorCase errorCase,
Throwable e)
errorCase - - the ErrorCase for this exceptione - - the root cause for this exceptionpublic ConcurrencyException(Throwable e)
e - - the root cause for this exception| Method Detail |
|---|
public boolean getInitialLogging()
getInitialLogging in interface org.eclipse.stardust.common.error.ExceptionLogHint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||