Uses of Class
com.nelioalves.cursomc.services.exceptions.AuthorizationException
-
Packages that use AuthorizationException Package Description com.nelioalves.cursomc.resources.exceptions -
-
Uses of AuthorizationException in com.nelioalves.cursomc.resources.exceptions
Methods in com.nelioalves.cursomc.resources.exceptions with parameters of type AuthorizationException Modifier and Type Method Description org.springframework.http.ResponseEntity<StandardError>ResourceExceptionHandler. authotizarion(AuthorizationException authorizationException, javax.servlet.http.HttpServletRequest httpServletRequest)Método que trata uma AuthorizationException
-