public class RegistryUnauthorizedException extends RegistryException
| Constructor and Description |
|---|
RegistryUnauthorizedException(java.lang.String registry,
java.lang.String repository,
com.google.api.client.http.HttpResponseException cause)
Identifies the image registry and repository that denied access.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpResponseException |
getHttpResponseException() |
java.lang.String |
getImageReference() |
java.lang.String |
getRegistry() |
java.lang.String |
getRepository() |
public RegistryUnauthorizedException(java.lang.String registry,
java.lang.String repository,
com.google.api.client.http.HttpResponseException cause)
registry - the image registryrepository - the image repositorycause - the cause