Class UnlistedPlatformInManifestListException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.cloud.tools.jib.api.RegistryException
-
- com.google.cloud.tools.jib.image.json.UnlistedPlatformInManifestListException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnlistedPlatformInManifestListException extends RegistryException
Exception thrown when there is no matching platform in a manifest list.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnlistedPlatformInManifestListException(java.lang.String message)
-