Package de.hybris.platform.tx
Class RollbackOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.tx.TransactionException
de.hybris.platform.tx.RollbackOnlyException
- All Implemented Interfaces:
Serializable
Signals that a transaction had been rolled back despite calling
Transaction.commit() because it had been
marked as rollback-only before.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.tx.TransactionException
getErrorCode, getMessage, getThrowable, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
RollbackOnlyException
-