public class BuildCacheException extends GradleException
BuildCacheException
is the base class of all exceptions thrown by a BuildCache
.
BuildCacheException
is considered a non-fatal failure. Gradle should still be able to complete
a build even when a BuildCacheException
is encountered.Constructor | Description |
---|---|
BuildCacheException() |
|
BuildCacheException(java.lang.String message) |
|
BuildCacheException(java.lang.String message,
java.lang.Throwable cause) |