Class PlatformNotFoundInBaseImageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.cloud.tools.jib.api.RegistryException
-
- com.google.cloud.tools.jib.image.json.PlatformNotFoundInBaseImageException
-
- All Implemented Interfaces:
java.io.Serializable
public class PlatformNotFoundInBaseImageException extends RegistryException
Exception thrown when build target platforms are not found in the base image.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformNotFoundInBaseImageException(java.lang.String message)
-