Class DispatchJobExceptionHandler
java.lang.Object
com.v1rex.liftnexus.planning.controller.DispatchJobExceptionHandler
@RestControllerAdvice(basePackages="com.v1rex.liftnexus.planning")
@Order(-2147483648)
public class DispatchJobExceptionHandler
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.http.ProblemDetail> handleDispatchJobDomainException(DispatchJobDomainException ex, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
DispatchJobExceptionHandler
public DispatchJobExceptionHandler()
-
-
Method Details
-
handleDispatchJobDomainException
@ExceptionHandler(DispatchJobDomainException.class) public org.springframework.http.ResponseEntity<org.springframework.http.ProblemDetail> handleDispatchJobDomainException(DispatchJobDomainException ex, jakarta.servlet.http.HttpServletRequest request)
-