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

org.jgroups.service.lease.LeaseException Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version
package org.jgroups.service.lease;

public class LeaseException extends Exception {

    public LeaseException() {
        super();
    }

    public LeaseException(String s) {
        super(s);
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy