Exception Summary |
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. |
OwInvalidOperationException |
Exception thrown, when the operation is not allowed, or the parameters are wrong. |
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. |