Package com.google.cloud.tools.jib.api
Class RegistryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.cloud.tools.jib.api.RegistryException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InsecureRegistryException
,PlatformNotFoundInBaseImageException
,RegistryAuthenticationFailedException
,RegistryCredentialsNotSentException
,RegistryUnauthorizedException
,UnknownManifestFormatException
,UnlistedPlatformInManifestListException
public class RegistryException extends java.lang.Exception
Thrown when interacting with a registry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistryException(java.lang.String message)
RegistryException(java.lang.String message, java.lang.Throwable cause)
RegistryException(java.lang.Throwable cause)
-