Serializablepublic 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString