app / com.pzpg.ogr.api.request / UnauthorizedException
UnauthorizedException
class UnauthorizedException :
RequestServerException
UnauthorizedException class to throw this when user has not authorized Has thrown when code status of the request is 401
Parameters
message
- a message to show, inherited from Exception standard class
Author Władysław Jakołcewicz
Constructors
Name | Summary |
---|---|
<init> | UnauthorizedException class to throw this when user has not authorized Has thrown when code status of the request is 401UnauthorizedException(message: String ?) |