Serializable
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(String message) |
|
BuildCacheException(String message,
Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString