Package io.github.pasinduog.exception
package io.github.pasinduog.exception
Exception handling classes for API error management.
This package provides centralized exception handling using Spring's RestControllerAdvice, converting exceptions into RFC 7807 ProblemDetail responses with trace IDs for debugging. Includes custom exception base classes and a global exception handler.
- Since:
- 1.0.0
- Version:
- 2.0.0
- Author:
- Pasindu OG
-
ClassDescriptionBase abstract exception class for API-related exceptions.Global exception handler for Spring Boot REST APIs.