UnauthorizedException constructor

UnauthorizedException(
  1. String message
)

Implementation

UnauthorizedException(String message) : super(message);