Uses of Class
de.kosmos_lab.web.exceptions.UnauthorizedException
-
Packages that use UnauthorizedException Package Description de.kosmos_lab.web.exceptions de.kosmos_lab.web.server.servlets -
-
Uses of UnauthorizedException in de.kosmos_lab.web.exceptions
Subclasses of UnauthorizedException in de.kosmos_lab.web.exceptions Modifier and Type Class Description classLoginFailedException -
Uses of UnauthorizedException in de.kosmos_lab.web.server.servlets
Methods in de.kosmos_lab.web.server.servlets that throw UnauthorizedException Modifier and Type Method Description voidExampleServlet. get(MyHttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)voidExampleServlet. post(MyHttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)voidExampleServlet. put(MyHttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-