Package de.hybris.platform.tx
Class IllegalTransactionStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.tx.TransactionException
de.hybris.platform.tx.IllegalTransactionStateException
- All Implemented Interfaces:
Serializable
Signals that the requested transactional operation could not be performed in the current state.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalTransactionStateException(Throwable throwable, String message, int vendorCode) -
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
-
IllegalTransactionStateException
-
IllegalTransactionStateException
-
IllegalTransactionStateException
-