UnauthorizedException constructor

UnauthorizedException(
  1. String method,
  2. String url
)

Implementation

UnauthorizedException(String method, String url) : super(method, url);