public class UnauthenticatedException extends ApiException
Exception thrown when the request does not have valid authentication credentials for the operation.
Constructors
UnauthenticatedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public UnauthenticatedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
message | String |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable)
public UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |