ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / ForbiddenException

ForbiddenException

class ForbiddenException : HttpErrorException

Custom exception indicating the user is not authorized properly (missing role), will be used to return appropriate http error code

Constructors

Name Summary
<init> Custom exception indicating the user is not authorized properly (missing role), will be used to return appropriate http error codeForbiddenException(message: String = "", errorCode: ErrorCode? = null)