Uses of Class
org.qubership.integration.platform.sessions.dto.ExceptionDTO
Packages that use ExceptionDTO
-
Uses of ExceptionDTO in org.qubership.integration.platform.sessions.exception
Methods in org.qubership.integration.platform.sessions.exception that return types with arguments of type ExceptionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.handleGeneralException(Exception exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.importConflictExceptionHandler(ImportConflictException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.importExceptionHandler(ImportException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.searchExceptionHandler(SearchException exception) org.springframework.http.ResponseEntity<ExceptionDTO> GlobalExceptionHandler.sessionsNotFoundExceptionHandler(SessionsNotFoundException exception)