Uses of Class
de.aristaflow.adept2.base.service.ADEPT2ServiceException
-
Packages that use ADEPT2ServiceException Package Description de.aristaflow.adept2.base.service de.aristaflow.adept2.core.transactionmanager -
-
Uses of ADEPT2ServiceException in de.aristaflow.adept2.base.service
Subclasses of ADEPT2ServiceException in de.aristaflow.adept2.base.service Modifier and Type Class Description classAbortTransactionExceptionAnAbortTransactionExceptionindicates that a transaction in a service cannot be completed and therefore has to be aborted.classInternalServiceExceptionThrown, if an internal error happened, e.g.classInvalidServiceStateExceptionThrown, if a service refuses to handle the request, because it is e.g.classInvalidServiceUsageExceptionThis exception indicates that a service is being used in a wrong way.classServiceAccessControlExceptionThrown if the access to the service, to the method, or to the method concerning the provided parameters, is denied -
Uses of ADEPT2ServiceException in de.aristaflow.adept2.core.transactionmanager
Subclasses of ADEPT2ServiceException in de.aristaflow.adept2.core.transactionmanager Modifier and Type Class Description classInvalidOptionsExceptionThis 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.classTransactionFinishedExceptionThis exception indicates that a transaction is accessed that has already been finished.classTransactionUnknownExceptionThis exception indicates that an object tries to access a transaction but has not started one.
-