Package com.nomagic.uml2.transaction
Class TransactionAlreadyCommitedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.uml2.transaction.TransactionAlreadyCommitedException
- All Implemented Interfaces:
Serializable
Exception indicates that committed transaction was attempted to commit again.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionAlreadyCommitedException
public TransactionAlreadyCommitedException()
-