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:
 Serializable
BuildCacheException is the base class of all exceptions thrown by a BuildCacheService.
- Since:
 - 3.3
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBuildCacheException(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 
- 
Constructor Details
- 
BuildCacheException
public BuildCacheException() - 
BuildCacheException
 - 
BuildCacheException
 
 -