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

com.distelli.monitor.impl.LostLockException Maven / Gradle / Ivy

package com.distelli.monitor.impl;

public class LostLockException extends IllegalStateException {
    public LostLockException(String entity) {
        super("Lost lock for "+entity);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy