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

com.fnklabs.draenei.orm.exception.CanNotBuildEntryCacheKey Maven / Gradle / Ivy

There is a newer version: 0.8.3
Show newest version
package com.fnklabs.draenei.orm.exception;

public class CanNotBuildEntryCacheKey extends RuntimeException {
    public CanNotBuildEntryCacheKey(Class clazz, Throwable throwable) {
        super(String.format("Can't build cache key for entry \"%s\"", clazz.getName()), throwable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy