Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildCacheOperationException (2.18 sec)

  1. platforms/core-execution/build-cache/src/main/java/org/gradle/caching/internal/controller/BuildCacheOperationException.java

     * limitations under the License.
     */
    
    package org.gradle.caching.internal.controller;
    
    public class BuildCacheOperationException extends RuntimeException {
        public BuildCacheOperationException(String message) {
            super(message);
        }
    
        public BuildCacheOperationException(String message, Throwable cause) {
            super(message, cause);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 16:15:24 UTC 2024
    - 938 bytes
    - Viewed (0)
Back to top