diff --git a/backend/src/uxbox/api/errors.clj b/backend/src/uxbox/api/errors.clj index 45cec6cdd2..9b421cc926 100644 --- a/backend/src/uxbox/api/errors.clj +++ b/backend/src/uxbox/api/errors.clj @@ -58,6 +58,9 @@ (instance? java.util.concurrent.CompletionException error) (errors-handler context (.getCause error)) + java.util.concurrent.ExecutionException + (errors-handler context (.getCause error)) + (instance? org.jooq.exception.DataAccessException error) (handle-data-access-exception error)