Web-based responsive document annotation tool
activeannoservice / common / ForbiddenException
class ForbiddenException :
HttpErrorException
Custom exception indicating the user is not authorized properly (missing role), will be used to return appropriate http error code
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) |