Uses of Class
de.aristaflow.adept2.base.service.InvalidServiceUsageException
-
Packages that use InvalidServiceUsageException Package Description de.aristaflow.adept2.core.transactionmanager -
-
Uses of InvalidServiceUsageException in de.aristaflow.adept2.core.transactionmanager
Subclasses of InvalidServiceUsageException in de.aristaflow.adept2.core.transactionmanager Modifier and Type Class Description class
InvalidOptionsException
This exception indicates that a transaction should be started for an object that has already started a transaction but the existing transaction uses looser options that the transaction to be started.class
TransactionFinishedException
This exception indicates that a transaction is accessed that has already been finished.class
TransactionUnknownException
This exception indicates that an object tries to access a transaction but has not started one.
-