```class UnauthorizedException: RuntimeException {...
# announcements
j
Copy code
class UnauthorizedException: RuntimeException
{
    constructor(message: String?) : super(message)

}