Class | Description |
---|---|
FlexDeployModel2Messages |
Utility to retrieve error messages (possibly other items) from Resource Bundle.
|
Exception | Description |
---|---|
FlexDeployAlreadyDeployedException | |
FlexDeployAPIException |
Exception from API layer.
|
FlexDeployConstraintViolationException |
Constraint error.
|
FlexDeployFrameworkException |
Used by internal framework errors.
|
FlexDeployIllegalInvocationException |
This exception should be thrown when ADF Model is called when not expected, this
way we can keep some of the code (if it can not be deleted) and still make sure
that it does not get called.
|
FlexDeployMissingRequiredInputException | |
FlexDeployNoChangesForBuildException | |
FlexDeployOptimisticLockException |
Entity and/or API layer can throw this exception to indicate
optimistic locking issues.
|
FlexDeployRowNotFoundException | |
FlexDeploySecurityViolationException |
Throw this exception when security violation is detected.
|
FlexDeployValidationException |
Entity and/or API layer can throw this exception to indicate
validation issues.
|