Uses of Class
org.qubership.integration.platform.runtime.catalog.rest.v1.exception.ExceptionDTO
Packages that use ExceptionDTO
-
Uses of ExceptionDTO in org.qubership.integration.platform.runtime.catalog.rest.v1.exception
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.exception that return types with arguments of type ExceptionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleApiException(KubeApiException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleApiSpecificationExportException(ApiSpecificationExportException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleChainDifferenceClientException(org.qubership.integration.platform.catalog.exception.ChainDifferenceClientException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleChainDifferenceException(org.qubership.integration.platform.catalog.exception.ChainDifferenceException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleChainExportException(ChainExportException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleComparisonEntityNotFoundException(org.qubership.integration.platform.catalog.exception.ComparisonEntityNotFoundException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleConstraintViolationException(jakarta.validation.ConstraintViolationException exception) final org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleDatabaseSystemException(DiagnosticValidationUnexpectedException exception) final org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleDatabaseSystemException(ValidationAlreadyInProgressUnexpectedException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleDataIntegrityViolationException(org.springframework.dao.DataIntegrityViolationException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleDeploymentDeletionException(DeploymentProcessingException 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.handleEnvironmentSetUpException(org.qubership.integration.platform.catalog.exception.CatalogRuntimeException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleGeneralException(Exception exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleImportException(org.qubership.integration.platform.catalog.exception.CatalogRuntimeException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleImportInstructionsExternalException(org.qubership.integration.platform.catalog.exception.ImportInstructionsExternalException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleImportInstructionsInternalException(org.qubership.integration.platform.catalog.exception.ImportInstructionsInternalException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleImportWarningException(org.qubership.integration.platform.catalog.exception.CatalogRuntimeException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleSnapshotCreationException(org.qubership.integration.platform.catalog.exception.SnapshotCreationException exception)