Package com.google.cloud.tools.jib.image
Class LayerCountMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.cloud.tools.jib.image.LayerCountMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class LayerCountMismatchException extends java.lang.Exception
Exception thrown when the number of layers found did not match expectations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayerCountMismatchException(java.lang.String message)
-