Uses of Class
com.markvarga21.studentmanager.exception.PassportValidationDataNotFoundException
Packages that use PassportValidationDataNotFoundException
Package
Description
This package contains custom exception handlers.
-
Uses of PassportValidationDataNotFoundException in com.markvarga21.studentmanager.exception.handler
Methods in com.markvarga21.studentmanager.exception.handler with parameters of type PassportValidationDataNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ApplicationExceptionHandler.handlePassportValidationDataNotFoundException
(PassportValidationDataNotFoundException ex) Handles if the passport validation data cannot be found.