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