Package org.gradle.caching
Class BuildCacheException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.api.GradleException
-
- org.gradle.caching.BuildCacheException
-
- All Implemented Interfaces:
Serializable
public class BuildCacheException extends GradleException
BuildCacheException
is the base class of all exceptions thrown by aBuildCacheService
.- Since:
- 3.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildCacheException()
BuildCacheException(String message)
BuildCacheException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-