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

camp.xit.jacod.provider.proxy.NotFoundException Maven / Gradle / Ivy

There is a newer version: 1.3.13
Show newest version
package camp.xit.jacod.provider.proxy;

public class NotFoundException extends Exception {

    public NotFoundException(String message) {
        super(message);
    }


    public NotFoundException(String message, Throwable cause) {
        super(message, cause);
    }


    public NotFoundException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy