Uses of Class
ml.calumma.web.exception.ForbiddenException
-
Packages that use ForbiddenException Package Description ml.calumma.web.web.controller ml.calumma.web.web.service -
-
Uses of ForbiddenException in ml.calumma.web.web.controller
Methods in ml.calumma.web.web.controller that throw ForbiddenException Modifier and Type Method Description voidBaseController. delete(T id) -
Uses of ForbiddenException in ml.calumma.web.web.service
Methods in ml.calumma.web.web.service that throw ForbiddenException Modifier and Type Method Description voidBaseService. delete(T id)
-