Interface | Description |
---|---|
BsfRetriableException |
This exception is thrown when an error has occured during persistence
to the database and the transaction can be 'retried' again.
|
ILocalizableException | |
ISOAPFault |
Class | Description |
---|---|
BsfException | |
WSAppServerException |
Exception | Description |
---|---|
BsfApplicationRuntimeException |
The goal of this class to make a distinction between Application related exceptions and BSF exceptions.
|
BsfConstraintViolationException |
Is thrown when the constraint on a property is violated.
|
BsfEventException |
This exception is thrown when some error happens during event execution
|
BsfForceRetryException |
This Exception is thrown during runtime to test the retriable transaction feature.
|
BsfInvalidTransactionException |
Is thrown in case of an invalid transaction.
|
BsfInvalidUIDException | |
BsfNoContextException |
This exception is thrown when no context is avilable.
|
BsfObjectChangedException |
This exception is thrown during persisting of the data into the repository store.
|
BsfRuntimeException |
This is a generic Runtime Exception that is thrown from the BSF framework.
|
BsfTransactionAbortedException |
This exception is thrown if the transaction has been started but has not ended.
|
BsfTransactionAlreadyStartedException |
Is thrown in case of a transaction is already started and one more new transaction is tried to start before commit()
or abort() of the old transaction.
|
BsfTransactionNotStartedException |
Is thrown in case the transaction is not started and any database change operation is
attempted.
|
BsfTransactionRetryExceededException |
Is thrown when the transaction is retried more times than the specified or default Transaction Retriable count.
|
BsfUndefinedValueException | |
BsfUpdateException |
This exception is thrown during persisting of the data into the repository store.
|
ConfigurationException |
Is thrown is there is something wrong with configuration.
|
DistributedTransactionException | |
IllegalOperationException |
Is thrown incase of any illegal operation is performed.
|
ObjectStateException |
This exception is thrown when an object's state is invalid.
|
QueryDefinitionException |
Is thrown is there is something wrong with/during the query definition
|
QueryException |
This exception is thrown if an error occurs during processing of
the query.
|
WSAppServerClassCastException | |
WSAppServerClassNotFoundException | |
WSAppServerIllegalAccessException | |
WSAppServerIllegalArgumentException | |
WSAppServerIllegalStateException | |
WSAppServerInstantiationException | |
WSAppServerNoSuchMethodException | |
WSAppServerNullPointerException | |
WSAppServerNumberFormatException | |
WSAppServerRunTimeException | |
WSAppsSOAPFault |
This class is similar to Cordys platform's SOAPFault class
the only addition is support for localization
|
XqyUpdateException |
Is thrown in case of an exception from XQY layer.
|