Package org.gradle.caching
Class BuildCacheException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.caching.BuildCacheException
-
- All Implemented Interfaces:
java.io.Serializable
public class BuildCacheException extends java.lang.RuntimeException
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(java.lang.String message)
BuildCacheException(java.lang.String message, java.lang.Throwable cause)
-