@RestControllerAdvice public class ControllerExceptionAdvice extends Object
@ExceptionHandler(value={BaseException.class,OpenJavaException.class})
public org.springframework.http.ResponseEntity handleBaseException(BaseException e)
Copyright © 2025. All rights reserved.