Uses of Class
org.qubership.integration.platform.engine.rest.v1.dto.ExceptionDTO
Packages that use ExceptionDTO
-
Uses of ExceptionDTO in org.qubership.integration.platform.engine.errorhandling
Methods in org.qubership.integration.platform.engine.errorhandling that return ExceptionDTOModifier and TypeMethodDescriptionstatic ExceptionDTOControllerExceptionHandler.getExceptionDTO(Exception exception) static ExceptionDTOControllerExceptionHandler.getExceptionDTO(Exception exception, boolean addStacktrace) Methods in org.qubership.integration.platform.engine.errorhandling that return types with arguments of type ExceptionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ExceptionDTO> ControllerExceptionHandler.handleEntityNotFoundException(jakarta.persistence.EntityNotFoundException exception) org.springframework.http.ResponseEntity<ExceptionDTO> ControllerExceptionHandler.handleGeneralException(Exception exception) final org.springframework.http.ResponseEntity<ExceptionDTO> ControllerExceptionHandler.handleKubeApiException(EngineRuntimeException exception) final org.springframework.http.ResponseEntity<ExceptionDTO> ControllerExceptionHandler.handleLoggingMaskingException(EngineRuntimeException exception)