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 and Description | 
|---|
| BuildCacheException() | 
| BuildCacheException(String message) | 
| BuildCacheException(String message,
                   Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString