Class BuildCacheException

All Implemented Interfaces:
Serializable

public class BuildCacheException extends GradleException

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

Since:
3.3
See Also:
  • Constructor Details

    • BuildCacheException

      public BuildCacheException()
    • BuildCacheException

      public BuildCacheException(String message)
    • BuildCacheException

      public BuildCacheException(String message, Throwable cause)