| Package | Description |
|---|---|
| de.aristaflow.adept2.base.service | |
| de.aristaflow.adept2.core.transactionmanager |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortTransactionException
An
AbortTransactionException indicates that a transaction in a
service cannot be completed and therefore has to be aborted. |
class |
InternalServiceException
Thrown, if an internal error happened, e.g. if connection to the
data base fails, or locking of an entity fails over a defined time
limit.
|
class |
InvalidServiceStateException
Thrown, if a service refuses to handle the request, because
it is e.g. starting up or shutting down.
|
class |
InvalidServiceUsageException
This exception indicates that a service is being used in a wrong way.
|
class |
ServiceAccessControlException
Thrown if the access to the service, to the method, or to the method
concerning the provided parameters, is denied
|
| Modifier and Type | Class and 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.
|