Uses of Class
com.markvarga21.studentmanager.exception.InvalidUserCredentialsException
Packages that use InvalidUserCredentialsException
Package
Description
This package contains custom exception handlers.
-
Uses of InvalidUserCredentialsException in com.markvarga21.studentmanager.exception.handler
Methods in com.markvarga21.studentmanager.exception.handler with parameters of type InvalidUserCredentialsExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ApplicationExceptionHandler.handleInvalidUserCredentialsException
(InvalidUserCredentialsException ex) Handles if the user's credentials are invalid.