ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / UnauthorizedException

UnauthorizedException

class UnauthorizedException : HttpErrorException

Custom exception indicating the user is not authenticated properly (missing / invalid auth token), will be used to return appropriate http error code

Constructors

Name Summary
<init> Custom exception indicating the user is not authenticated properly (missing / invalid auth token), will be used to return appropriate http error codeUnauthorizedException(message: String = "", errorCode: ErrorCode? = null)