public class ConcurrencyException extends PublicException implements org.eclipse.stardust.common.error.ExceptionLogHint
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getInitialLogging() |
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundleaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConcurrencyException(String message)
ConcurrencyException(ErrorCase) insteadmessage - - the error message for this exceptionpublic ConcurrencyException(ErrorCase errorCase)
errorCase - - the ErrorCase for this exceptionpublic ConcurrencyException(String message, Throwable e)
ConcurrencyException(ErrorCase, Throwable) insteadmessage - - the error message for this exceptione - - the root cause for this exceptionpublic 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 exceptionCopyright © 2016 Eclipse Stardust. All Rights Reserved.