api / org.gradle.caching / BuildCacheException

BuildCacheException

open class BuildCacheException : GradleException

BuildCacheException is the base class of all exceptions thrown by a BuildCacheService.

Since
3.3

Constructors

<init>

BuildCacheException()
BuildCacheException(message: String)
BuildCacheException(message: String, cause: Throwable)