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

se.ugli.java.util.PoolException Maven / Gradle / Ivy

There is a newer version: 1.8.2.4
Show newest version
package se.ugli.java.util;

public class PoolException extends RuntimeException {

    public PoolException(Exception e) {
        super(e);
    }

    public PoolException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy