UnauthorizedException constructor
UnauthorizedException(
- String message
Implementation
UnauthorizedException(String message) : super(message);
UnauthorizedException(String message) : super(message);