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