UnauthorizedException constructor

UnauthorizedException([
  1. String message = "Unauthorized"
])

Implementation

UnauthorizedException([this.message = "Unauthorized"]);