Uses of Class
org.qubership.integration.platform.variables.management.rest.exception.ExceptionDTO
Packages that use ExceptionDTO
-
Uses of ExceptionDTO in org.qubership.integration.platform.variables.management.rest.exception
Methods in org.qubership.integration.platform.variables.management.rest.exception that return types with arguments of type ExceptionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleApiException(VariablesManagementRuntimeException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleConstraintViolationException(jakarta.validation.ConstraintViolationException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleConsulException(ConsulException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleEmptyVariableFieldException(EmptyVariableFieldException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleEntityExistsException(jakarta.persistence.EntityExistsException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleEntityNotFound()org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleGeneralException(Exception exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleMalformedVariableNameException(MalformedVariableNameException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleSecuredVariablesException(SecuredVariablesException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleSecuredVariablesNotFoundException(SecuredVariablesNotFoundException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleTxnConflictException(TxnConflictException exception)