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 SummaryConstructorsConstructorDescriptionBuildCacheException(String message) BuildCacheException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BuildCacheExceptionpublic BuildCacheException()
- 
BuildCacheException
- 
BuildCacheException
 
-