Class PerControllerExceptionHandlingAdvice
java.lang.Object
pro.nikolaev.restutils.components.ExceptionHandlingAdvice
pro.nikolaev.restutils.components.PerControllerExceptionHandlingAdvice
@Order(-2147483648)
@RestControllerAdvice(annotations=RestExceptionHandler.class)
public class PerControllerExceptionHandlingAdvice
extends ExceptionHandlingAdvice
-
Constructor Summary
ConstructorsConstructorDescriptionPerControllerExceptionHandlingAdvice(jakarta.servlet.MultipartConfigElement multipartConfigElement) -
Method Summary
Methods inherited from class pro.nikolaev.restutils.components.ExceptionHandlingAdvice
handle400, handle400, handle400, handle403, handle404, handle405, handle406, handle413, handle415, handleApiException, handleStatusException, handleUnexpectedException
-
Constructor Details
-
PerControllerExceptionHandlingAdvice
public PerControllerExceptionHandlingAdvice(jakarta.servlet.MultipartConfigElement multipartConfigElement)
-