All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.phantomthief.localcache.impl.CacheBuildFailedException Maven / Gradle / Ivy

The newest version!
package com.github.phantomthief.localcache.impl;

/**
 * @author w.vela
 * Created on 2018-12-20.
 */
class CacheBuildFailedException extends RuntimeException {

    CacheBuildFailedException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy