com.github.phantomthief.localcache.impl.CacheBuildFailedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zknotify-cache Show documentation
Show all versions of zknotify-cache Show documentation
A ZooKeeper notify reload cache
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