Class TransactionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.impl.interceptor.TransactionException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description protected
TransactionException()
protected
TransactionException(java.lang.String s)
protected
TransactionException(java.lang.String s, java.lang.Throwable throwable)
protected
TransactionException(java.lang.Throwable throwable)
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TransactionException
protected TransactionException()
-
TransactionException
protected TransactionException(java.lang.String s)
-
TransactionException
protected TransactionException(java.lang.String s, java.lang.Throwable throwable)
-
TransactionException
protected TransactionException(java.lang.Throwable throwable)
-
-