Class UnknownManifestFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.cloud.tools.jib.api.RegistryException
-
- com.google.cloud.tools.jib.image.json.UnknownManifestFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownManifestFormatException extends RegistryException
Exception thrown when trying to parse an unknown image manifest format.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownManifestFormatException(java.lang.String message)
-