| Exception | Description |
|---|---|
| OwAccessDeniedException |
Exception thrown, when access is denied to a resource.
|
| OwAuthenticationException |
Exception thrown, when user could not be authenticated.
|
| OwConfigurationException |
Exception thrown, when a error occurred in the configuration or setup of the framework.
|
| OwDataSourceException |
Exception thrown, when the data source caused an exception like a malformed SQL statement
or malformed DB configuration (JDBCTemplate is null).
|
| OwDuplicateException |
Thrown when a unique constraint is not satisfied, like unique names for the documents in a folder etc.
|
| OwException |
Base class for all specialized Exception in OECM Framework.
|
| OwInaccessibleException |
Special exception for runtime exceptions.
|
| OwInvalidOperationException |
Exception thrown, when the operation is not allowed, or the parameters are wrong.
|
| OwInvalidValueException |
Exception defining that a value does not match.
|
| OwLockDeniedException |
Exception thrown, when an object could not be locked, but can be used read only.
|
| OwNotSupportedException |
Exception thrown, when a function is not supported or not implemented.
|
| OwObjectNotFoundException |
Exception thrown, when a named object was not found.
|
| OwRenderRowException |
Exception thrown, when rendering a row failed.
|
| OwRuntimeException |
Base class for all specialized unchecked Exception in OECM Framework.
|
| OwServerException |
Exception thrown, when a server exception such as a timeout occurred.
|
| OwSessionException |
Exception thrown, when a session or HTTP request exception occurred.
|
| OwUserOperationException |
Exception thrown, when the user invoked a illegal/unauthorized/forbidden function.
|
| OwViewUpdateException |
Specific exception to throw if an onUpdate call end exceptional.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.