public class RegistryUnauthorizedException extends RegistryException
| Constructor and Description |
|---|
RegistryUnauthorizedException(String registry,
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() |
String |
getImageReference() |
String |
getRegistry() |
String |
getRepository() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RegistryUnauthorizedException(String registry, String repository, com.google.api.client.http.HttpResponseException cause)
registry - the image registryrepository - the image repositorycause - the causeCopyright © 2018. All rights reserved.