An exception class representing a client error caused by unauthorized access. This exception is
typically thrown when the API Key in the request is missing or invalid, resulting in a "401
Unauthorized" HTTP response status. It extends the TectonClientException class.