Web-based responsive document annotation tool
activeannoservice / common / 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
| 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) |