Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] [ANCHOR: BE JAVA] Move Squeeze Exception Handling to Global Exception Handler and Standardize Exception Thrown in the Squeeze Feature #1193

Open
Am0du opened this issue Aug 25, 2024 · 0 comments
Assignees
Labels

Comments

@Am0du
Copy link

Am0du commented Aug 25, 2024

Description
Move the exception handling logic for the Squeeze feature to the global exception handler. Standardize the exceptions thrown within the Squeeze feature to ensure consistent error handling across the platform.
Acceptance Criteria

  • The Squeeze feature should no longer contain specific exception handling logic within its classes.
  • All exceptions in the Squeeze feature are routed through the global exception handler.
  • Standardized exception messages and statuses are used for all Squeeze-related errors.
    Purpose
    To centralize exception handling, making it easier to maintain and ensure consistent error responses across the platform.
    Requirements
  • Refactor the Squeeze feature to remove specific exception handling logic.
  • Implement standardized exceptions for all error cases within the Squeeze feature.
  • Ensure all exceptions are correctly handled by the global exception handler.
    Expected Outcome
    Exception handling in the Squeeze feature is centralized and standardized, leading to more consistent error management across the platform.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant