public class EJBRollbackChecker extends Object implements RollbackChecker
Constructor and Description |
---|
EJBRollbackChecker() |
Modifier and Type | Method and Description |
---|---|
void |
checkRollback(Throwable e,
IErrorException lastErrorException)
If there is a transaction roll-back, the roll-back exception is re-thrown to prevent catching it by
BPM error handling.
|
public void checkRollback(Throwable e, IErrorException lastErrorException)
checkRollback
in interface RollbackChecker
e
- lastErrorException
- last error exception in the stacktrace from which context is usedCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.