Class TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.impl.interceptor.TransactionException
All Implemented Interfaces:
Serializable

public class TransactionException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • TransactionException

      protected TransactionException()
    • TransactionException

      protected TransactionException(String s)
    • TransactionException

      protected TransactionException(String s, Throwable throwable)
    • TransactionException

      protected TransactionException(Throwable throwable)