public class RollbackException extends RuntimeException
TransactionalRetryProxy.invoke(Object, Method, Object[])
for the current transaction, without propagating the exception to the caller. The proxy will catch this exception,
rollback the transaction (if not yet completed already) and return the value supplied in the constructor to te caller.| Constructor and Description |
|---|
RollbackException(Object result) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResult() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024 The Apache Software Foundation. All rights reserved.