Package com.google.cloud.tools.jib.api
Class CacheDirectoryCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.cloud.tools.jib.api.CacheDirectoryCreationException
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheDirectoryCreationException extends java.lang.Exception
Thrown when a directory to be used as the cache could not be created.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheDirectoryCreationException(java.lang.Throwable cause)
-