Class TransactionFinishedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.aristaflow.adept2.base.service.ADEPT2ServiceException
-
- de.aristaflow.adept2.base.service.InvalidServiceUsageException
-
- de.aristaflow.adept2.core.transactionmanager.TransactionFinishedException
-
- All Implemented Interfaces:
Serializable
public class TransactionFinishedException extends InvalidServiceUsageException
This exception indicates that a transaction is accessed that has already been finished.- Author:
- Ulrich Kreher
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionFinishedException()
Creates a new exception indicating that a transaction is accessed that has already been finished.TransactionFinishedException(String msg)
Creates a new exception indicating that a transaction is accessed that has already been finished.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TransactionFinishedException
public TransactionFinishedException()
Creates a new exception indicating that a transaction is accessed that has already been finished.
-
TransactionFinishedException
public TransactionFinishedException(String msg)
Creates a new exception indicating that a transaction is accessed that has already been finished.- Parameters:
msg
- A message providing more detailed information.
-
-