Package com.nomagic.uml2.transaction
Class TransactionAlreadyStartedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nomagic.uml2.transaction.TransactionAlreadyStartedException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionAlreadyStartedException extends java.lang.Exception
Exception indicates that transaction is already started and attempted to start again.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionAlreadyStartedException()
-