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() |
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 causepublic String getImageReference()
public com.google.api.client.http.HttpResponseException getHttpResponseException()
Copyright © 2019. All rights reserved.