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

com.github.sadstool.redissonaspectlock.error.LockExceptionFactory Maven / Gradle / Ivy

The newest version!
package com.github.sadstool.redissonaspectlock.error;

import com.github.sadstool.redissonaspectlock.attributes.LockAttributes;

public class LockExceptionFactory {

    public Exception create(LockAttributes attributes) {
        return new LockException("Resource is locked", attributes);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy